|
Lines 250-255
$(document).ready(function() {
Link Here
|
| 250 |
[% IF CAN_user_circulate_force_checkout or HIGHHOLDS %] |
250 |
[% IF CAN_user_circulate_force_checkout or HIGHHOLDS %] |
| 251 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off"> |
251 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off"> |
| 252 |
|
252 |
|
|
|
253 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
| 254 |
|
| 253 |
[% IF ( RESERVED ) %] |
255 |
[% IF ( RESERVED ) %] |
| 254 |
<p> |
256 |
<p> |
| 255 |
<input type="checkbox" id="cancelreserve" name="cancelreserve" value="cancel" /> |
257 |
<input type="checkbox" id="cancelreserve" name="cancelreserve" value="cancel" /> |
|
Lines 289-294
$(document).ready(function() {
Link Here
|
| 289 |
[% END %] |
291 |
[% END %] |
| 290 |
|
292 |
|
| 291 |
<form method="get" action="/cgi-bin/koha/circ/circulation.pl"> |
293 |
<form method="get" action="/cgi-bin/koha/circ/circulation.pl"> |
|
|
294 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
| 292 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
295 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
| 293 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
296 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
| 294 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate %]" /> |
297 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate %]" /> |
|
Lines 338-343
$(document).ready(function() {
Link Here
|
| 338 |
[% FOREACH book IN options %] |
341 |
[% FOREACH book IN options %] |
| 339 |
<br /> |
342 |
<br /> |
| 340 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off"> |
343 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off"> |
|
|
344 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
| 341 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
345 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
| 342 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
346 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
| 343 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate %]" /> |
347 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate %]" /> |
|
Lines 414-424
$(document).ready(function() {
Link Here
|
| 414 |
[% END %] |
418 |
[% END %] |
| 415 |
</ul> |
419 |
</ul> |
| 416 |
|
420 |
|
|
|
421 |
[% IF (forceallow) %] |
| 422 |
<li>Debarment overridden temporarily</li> |
| 423 |
[% END %] |
| 424 |
|
| 417 |
</div></div> |
425 |
</div></div> |
| 418 |
[% ELSE %] |
426 |
[% ELSE %] |
| 419 |
[% IF ( soundon ) %] |
427 |
[% IF ( soundon ) %] |
| 420 |
<audio src="[% interface %]/[% theme %]/sound/beep.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
428 |
<audio src="[% interface %]/[% theme %]/sound/beep.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
| 421 |
[% END %] |
429 |
[% END %] |
|
|
430 |
|
| 431 |
[% IF (forceallow) %] |
| 432 |
<div id="overridden_debarment" class="dialog alert">Debarment overridden temporarily</div> |
| 433 |
[% END %] |
| 434 |
|
| 422 |
[% END %] <!-- /impossible --> |
435 |
[% END %] <!-- /impossible --> |
| 423 |
|
436 |
|
| 424 |
[% IF ( issued ) %] |
437 |
[% IF ( issued ) %] |
|
Lines 440-445
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 440 |
<fieldset id="circ_circulation_selectborrower" class="brief"> |
453 |
<fieldset id="circ_circulation_selectborrower" class="brief"> |
| 441 |
<legend>Patron selection</legend> |
454 |
<legend>Patron selection</legend> |
| 442 |
|
455 |
|
|
|
456 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
| 443 |
<input type="hidden" name="branch" value="[% branch %]" /> |
457 |
<input type="hidden" name="branch" value="[% branch %]" /> |
| 444 |
<input type="hidden" name="printer" value="[% printer %]" /> |
458 |
<input type="hidden" name="printer" value="[% printer %]" /> |
| 445 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
459 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
|
Lines 478-483
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 478 |
<span id="clearscreen"><a href="/cgi-bin/koha/circ/circulation.pl" title="Clear screen">x</a></span> |
492 |
<span id="clearscreen"><a href="/cgi-bin/koha/circ/circulation.pl" title="Clear screen">x</a></span> |
| 479 |
[% END %] |
493 |
[% END %] |
| 480 |
|
494 |
|
|
|
495 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
| 496 |
|
| 481 |
<label for="barcode">Checking out to [% INCLUDE 'patron-title.inc' %]</label> |
497 |
<label for="barcode">Checking out to [% INCLUDE 'patron-title.inc' %]</label> |
| 482 |
|
498 |
|
| 483 |
<div class="hint">Enter item barcode:</div> |
499 |
<div class="hint">Enter item barcode:</div> |
|
Lines 526-531
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 526 |
<h3>[% IF ( noissues ) %] |
542 |
<h3>[% IF ( noissues ) %] |
| 527 |
Cannot check out! |
543 |
Cannot check out! |
| 528 |
[% ELSE %]Attention:[% END %]</h3> |
544 |
[% ELSE %]Attention:[% END %]</h3> |
|
|
545 |
|
| 546 |
|
| 529 |
<ul> |
547 |
<ul> |
| 530 |
|
548 |
|
| 531 |
[% IF ( warndeparture ) %] |
549 |
[% IF ( warndeparture ) %] |
|
Lines 594-599
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 594 |
|
612 |
|
| 595 |
|
613 |
|
| 596 |
</ul> |
614 |
</ul> |
|
|
615 |
|
| 616 |
[% IF (noissues && borrowernumber) %] |
| 617 |
<div class="override_debarment"> |
| 618 |
<a href="/cgi-bin/koha/circ/circulation.pl?forceallow=1&borrowernumber=[% borrowernumber %]" class="btn btn-small">Override debarment temporarily</a> |
| 619 |
</div> |
| 620 |
[% END %] |
| 621 |
|
| 597 |
</div> |
622 |
</div> |
| 598 |
|
623 |
|
| 599 |
[% IF ( WaitingReserveLoop ) %] |
624 |
[% IF ( WaitingReserveLoop ) %] |
| 600 |
- |
|
|