|
Lines 235-241
Link Here
|
| 235 |
[% END %] |
235 |
[% END %] |
| 236 |
</ul> |
236 |
</ul> |
| 237 |
|
237 |
|
| 238 |
[% IF CAN_user_circulate_force_checkout or HIGHHOLDS or ADDITIONAL_MATERIALS %] |
238 |
[% IF CAN_user_circulate_force_checkout or HIGHHOLDS %] |
| 239 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off"> |
239 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off"> |
| 240 |
<input type="hidden" name="restoreduedatespec" /> |
240 |
<input type="hidden" name="restoreduedatespec" /> |
| 241 |
|
241 |
|
|
Lines 312-317
Link Here
|
| 312 |
</form> |
312 |
</form> |
| 313 |
[% END # /IF CAN_user_circulate_force_checkout or HIGHHOLDS %] |
313 |
[% END # /IF CAN_user_circulate_force_checkout or HIGHHOLDS %] |
| 314 |
|
314 |
|
|
|
315 |
[% IF ADDITIONAL_MATERIALS && !CAN_user_circulate_force_checkout %] |
| 316 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off"> |
| 317 |
<input type="hidden" name="restoreduedatespec" /> |
| 318 |
|
| 319 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
| 320 |
|
| 321 |
<input type="hidden" name="barcode" value="[% barcode | html %]" /> |
| 322 |
<input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]" /> |
| 323 |
<input type="hidden" name="issueconfirmed" value="1" /> |
| 324 |
<input type="hidden" name="override_high_holds" value="[% override_high_holds | html %]"/> |
| 325 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate | html %]" /> |
| 326 |
<input type="hidden" name="branch" value="[% branch | html %]" /> |
| 327 |
|
| 328 |
[% IF ( RENEW_ISSUE ) %] |
| 329 |
<button type="submit" class="approve" accesskey="y"><i class="fa fa-check"></i> Yes, renew (Y)</button> |
| 330 |
[% ELSE %] |
| 331 |
<button type="submit" class="approve" accesskey="y"><i class="fa fa-check"></i> Yes, check out (Y)</button> |
| 332 |
[% END %] |
| 333 |
|
| 334 |
<input type="hidden" name="onsite_checkout" value="[% onsite_checkout | html %]" /> |
| 335 |
<input type="hidden" name="auto_renew" value="[% auto_renew | html %]" /> |
| 336 |
</form> |
| 337 |
[% END # /IF ADDITIONAL_MATERIALS %] |
| 338 |
|
| 315 |
[% IF ( RESERVED or RESERVE_WAITING or TRANSFERRED or PROCESSING ) %] |
339 |
[% IF ( RESERVED or RESERVE_WAITING or TRANSFERRED or PROCESSING ) %] |
| 316 |
<form method="get" action="/cgi-bin/koha/circ/circulation.pl"> |
340 |
<form method="get" action="/cgi-bin/koha/circ/circulation.pl"> |
| 317 |
<input type="hidden" name="restoreduedatespec" /> |
341 |
<input type="hidden" name="restoreduedatespec" /> |
| 318 |
- |
|
|