|
Lines 246-252
Link Here
|
| 246 |
|
246 |
|
| 247 |
</ul> |
247 |
</ul> |
| 248 |
|
248 |
|
| 249 |
[% IF CAN_user_circulate_force_checkout or HIGHHOLDS or ADDITIONAL_MATERIALS %] |
249 |
[% IF CAN_user_circulate_force_checkout or HIGHHOLDS %] |
| 250 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off"> |
250 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off"> |
| 251 |
<input type="hidden" name="restoreduedatespec" /> |
251 |
<input type="hidden" name="restoreduedatespec" /> |
| 252 |
|
252 |
|
|
Lines 338-343
Link Here
|
| 338 |
</form> |
338 |
</form> |
| 339 |
[% END # /IF CAN_user_circulate_force_checkout or HIGHHOLDS %] |
339 |
[% END # /IF CAN_user_circulate_force_checkout or HIGHHOLDS %] |
| 340 |
|
340 |
|
|
|
341 |
[% IF ADDITIONAL_MATERIALS && !CAN_user_circulate_force_checkout %] |
| 342 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off"> |
| 343 |
<input type="hidden" name="restoreduedatespec" /> |
| 344 |
|
| 345 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
| 346 |
|
| 347 |
<input type="hidden" name="barcode" value="[% barcode | html %]" /> |
| 348 |
<input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]" /> |
| 349 |
<input type="hidden" name="issueconfirmed" value="1" /> |
| 350 |
<input type="hidden" name="override_high_holds" value="[% override_high_holds | html %]"/> |
| 351 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate | html %]" /> |
| 352 |
<input type="hidden" name="branch" value="[% branch | html %]" /> |
| 353 |
|
| 354 |
[% IF ( RENEW_ISSUE ) %] |
| 355 |
<button type="submit" class="approve" accesskey="y"><i class="fa fa-check"></i> Yes, renew (Y)</button> |
| 356 |
[% ELSE %] |
| 357 |
<button type="submit" class="approve" accesskey="y"><i class="fa fa-check"></i> Yes, check out (Y)</button> |
| 358 |
[% END %] |
| 359 |
|
| 360 |
<input type="hidden" name="onsite_checkout" value="[% onsite_checkout | html %]" /> |
| 361 |
<input type="hidden" name="auto_renew" value="[% auto_renew | html %]" /> |
| 362 |
</form> |
| 363 |
[% END # /IF ADDITIONAL_MATERIALS %] |
| 364 |
|
| 341 |
[% IF ( RESERVED or RESERVE_WAITING or TRANSFERRED or PROCESSING ) %] |
365 |
[% IF ( RESERVED or RESERVE_WAITING or TRANSFERRED or PROCESSING ) %] |
| 342 |
<form method="get" action="/cgi-bin/koha/circ/circulation.pl"> |
366 |
<form method="get" action="/cgi-bin/koha/circ/circulation.pl"> |
| 343 |
<input type="hidden" name="restoreduedatespec" /> |
367 |
<input type="hidden" name="restoreduedatespec" /> |
| 344 |
- |
|
|