Lines 263-268
Link Here
|
263 |
|
263 |
|
264 |
[% IF CAN_user_circulate_force_checkout or HIGHHOLDS %] |
264 |
[% IF CAN_user_circulate_force_checkout or HIGHHOLDS %] |
265 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off"> |
265 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off"> |
|
|
266 |
<fieldset> |
266 |
<input type="hidden" name="restoreduedatespec" /> |
267 |
<input type="hidden" name="restoreduedatespec" /> |
267 |
|
268 |
|
268 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
269 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
Lines 363-368
Link Here
|
363 |
|
364 |
|
364 |
<input type="hidden" name="onsite_checkout" value="[% onsite_checkout | html %]" /> |
365 |
<input type="hidden" name="onsite_checkout" value="[% onsite_checkout | html %]" /> |
365 |
<input type="hidden" name="auto_renew" value="[% auto_renew | html %]" /> |
366 |
<input type="hidden" name="auto_renew" value="[% auto_renew | html %]" /> |
|
|
367 |
</fieldset> |
366 |
</form> |
368 |
</form> |
367 |
[% END # /IF CAN_user_circulate_force_checkout or HIGHHOLDS %] |
369 |
[% END # /IF CAN_user_circulate_force_checkout or HIGHHOLDS %] |
368 |
|
370 |
|
369 |
- |
|
|