|
Lines 250-256
$(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 %] |
253 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="[% forceallowcode %]">[% END %] |
| 254 |
|
254 |
|
| 255 |
[% IF ( RESERVED ) %] |
255 |
[% IF ( RESERVED ) %] |
| 256 |
<p> |
256 |
<p> |
|
Lines 291-297
$(document).ready(function() {
Link Here
|
| 291 |
[% END %] |
291 |
[% END %] |
| 292 |
|
292 |
|
| 293 |
<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 %] |
294 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="[% forceallowcode %]">[% END %] |
| 295 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
295 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
| 296 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
296 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
| 297 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate %]" /> |
297 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate %]" /> |
|
Lines 341-347
$(document).ready(function() {
Link Here
|
| 341 |
[% FOREACH book IN options %] |
341 |
[% FOREACH book IN options %] |
| 342 |
<br /> |
342 |
<br /> |
| 343 |
<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 %] |
344 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="[% forceallowcode %]">[% END %] |
| 345 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
345 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
| 346 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
346 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
| 347 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate %]" /> |
347 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate %]" /> |
|
Lines 453-459
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 453 |
<fieldset id="circ_circulation_selectborrower" class="brief"> |
453 |
<fieldset id="circ_circulation_selectborrower" class="brief"> |
| 454 |
<legend>Patron selection</legend> |
454 |
<legend>Patron selection</legend> |
| 455 |
|
455 |
|
| 456 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
456 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="[% forceallowcode %]">[% END %] |
| 457 |
<input type="hidden" name="branch" value="[% branch %]" /> |
457 |
<input type="hidden" name="branch" value="[% branch %]" /> |
| 458 |
<input type="hidden" name="printer" value="[% printer %]" /> |
458 |
<input type="hidden" name="printer" value="[% printer %]" /> |
| 459 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
459 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
|
Lines 492-498
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 492 |
<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> |
| 493 |
[% END %] |
493 |
[% END %] |
| 494 |
|
494 |
|
| 495 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
495 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="[% forceallowcode %]">[% END %] |
| 496 |
|
496 |
|
| 497 |
<label for="barcode">Checking out to [% INCLUDE 'patron-title.inc' %]</label> |
497 |
<label for="barcode">Checking out to [% INCLUDE 'patron-title.inc' %]</label> |
| 498 |
|
498 |
|
|
Lines 615-621
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 615 |
|
615 |
|
| 616 |
[% IF (noissues && borrowernumber && CAN_user_circulate_force_checkout) %] |
616 |
[% IF (noissues && borrowernumber && CAN_user_circulate_force_checkout) %] |
| 617 |
<div class="override_debarment"> |
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> |
618 |
<a href="/cgi-bin/koha/circ/circulation.pl?forceallow=[% forceallowcode %]&borrowernumber=[% borrowernumber %]" class="btn btn-small">Override debarment temporarily</a> |
| 619 |
</div> |
619 |
</div> |
| 620 |
[% END %] |
620 |
[% END %] |
| 621 |
|
621 |
|
| 622 |
- |
|
|