|
Lines 277-287
Link Here
|
| 277 |
</ul> |
277 |
</ul> |
| 278 |
|
278 |
|
| 279 |
[% IF CAN_user_circulate_force_checkout or HIGHHOLDS %] |
279 |
[% IF CAN_user_circulate_force_checkout or HIGHHOLDS %] |
| 280 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off"> |
280 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off" class="confirmation-required-form"> |
| 281 |
[% INCLUDE 'csrf-token.inc' %] |
281 |
[% INCLUDE 'csrf-token.inc' %] |
| 282 |
<fieldset> |
282 |
<fieldset> |
| 283 |
<input type="hidden" name="restoreduedatespec" /> |
283 |
<input type="hidden" name="restoreduedatespec" /> |
| 284 |
<input type="hidden" name="op" value="cud-checkout" /> |
284 |
<input type="hidden" name="op" value="cud-checkout" /> |
|
|
285 |
[% FOREACH conf IN sessionConfirmationKeys %] |
| 286 |
<input type="hidden" name="session_confirmations" id="session_confirmations" value="[% conf | html %]" /> |
| 287 |
[% END %] |
| 285 |
|
288 |
|
| 286 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
289 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
| 287 |
|
290 |
|
|
Lines 376-381
Link Here
|
| 376 |
[% IF ( RENEW_ISSUE ) %] |
379 |
[% IF ( RENEW_ISSUE ) %] |
| 377 |
<button type="submit" class="btn btn-default approve" accesskey="y"><i class="fa fa-check"></i> Yes, renew (Y)</button> |
380 |
<button type="submit" class="btn btn-default approve" accesskey="y"><i class="fa fa-check"></i> Yes, renew (Y)</button> |
| 378 |
[% ELSE %] |
381 |
[% ELSE %] |
|
|
382 |
<p> |
| 383 |
<label for="patron_session_confirmation">Remember for the session for this patron</label> |
| 384 |
<input type="checkbox" id="patron_session_confirmation" name="patron_session_confirmation" /> |
| 385 |
</p> |
| 379 |
<button type="submit" class="btn btn-default approve" accesskey="y"><i class="fa fa-check"></i> Yes, check out (Y)</button> |
386 |
<button type="submit" class="btn btn-default approve" accesskey="y"><i class="fa fa-check"></i> Yes, check out (Y)</button> |
| 380 |
[% END %] |
387 |
[% END %] |
| 381 |
|
388 |
|
|
Lines 386-395
Link Here
|
| 386 |
[% END # /IF CAN_user_circulate_force_checkout or HIGHHOLDS %] |
393 |
[% END # /IF CAN_user_circulate_force_checkout or HIGHHOLDS %] |
| 387 |
|
394 |
|
| 388 |
[% IF ADDITIONAL_MATERIALS && !CAN_user_circulate_force_checkout %] |
395 |
[% IF ADDITIONAL_MATERIALS && !CAN_user_circulate_force_checkout %] |
| 389 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off"> |
396 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off" class="confirmation-required-form"> |
| 390 |
[% INCLUDE 'csrf-token.inc' %] |
397 |
[% INCLUDE 'csrf-token.inc' %] |
| 391 |
<input type="hidden" name="op" value="cud-checkout" /> |
398 |
<input type="hidden" name="op" value="cud-checkout" /> |
| 392 |
<input type="hidden" name="restoreduedatespec" /> |
399 |
<input type="hidden" name="restoreduedatespec" /> |
|
|
400 |
[% FOREACH conf IN sessionConfirmationKeys %] |
| 401 |
<input type="hidden" name="session_confirmations" id="session_confirmations" value="[% conf | html %]" /> |
| 402 |
[% END %] |
| 393 |
|
403 |
|
| 394 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
404 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
| 395 |
|
405 |
|
|
Lines 403-408
Link Here
|
| 403 |
[% IF ( RENEW_ISSUE ) %] |
413 |
[% IF ( RENEW_ISSUE ) %] |
| 404 |
<button type="submit" class="btn btn-default approve" accesskey="y"><i class="fa fa-check"></i> Yes, renew (Y)</button> |
414 |
<button type="submit" class="btn btn-default approve" accesskey="y"><i class="fa fa-check"></i> Yes, renew (Y)</button> |
| 405 |
[% ELSE %] |
415 |
[% ELSE %] |
|
|
416 |
<p> |
| 417 |
<label for="patron_session_confirmation">Remember for the session for this patron</label> |
| 418 |
<input type="checkbox" id="patron_session_confirmation" name="patron_session_confirmation" /> |
| 419 |
</p> |
| 406 |
<button type="submit" class="btn btn-default approve" accesskey="y"><i class="fa fa-check"></i> Yes, check out (Y)</button> |
420 |
<button type="submit" class="btn btn-default approve" accesskey="y"><i class="fa fa-check"></i> Yes, check out (Y)</button> |
| 407 |
[% END %] |
421 |
[% END %] |
| 408 |
|
422 |
|