|
Lines 300-312
$(document).ready(function() {
Link Here
|
| 300 |
[% IF HIGHHOLDS %] |
300 |
[% IF HIGHHOLDS %] |
| 301 |
<script language="JavaScript" type="text/javascript"> |
301 |
<script language="JavaScript" type="text/javascript"> |
| 302 |
$(document).ready(function() { |
302 |
$(document).ready(function() { |
| 303 |
$("input[name=duedatespec]:hidden").val('[% HIGHHOLDS.returndate %]'); |
303 |
$("input[name=duedatespec]:hidden").val('[% HIGHHOLDS.returndate %]'); |
| 304 |
}); |
304 |
}); |
| 305 |
</script> |
305 |
</script> |
| 306 |
[% END %] |
306 |
[% END %] |
| 307 |
|
307 |
|
| 308 |
[% IF CAN_user_circulate_force_checkout or HIGHHOLDS %] |
308 |
[% IF CAN_user_circulate_force_checkout or HIGHHOLDS %] |
| 309 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off"> |
309 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off"> |
|
|
310 |
<input type="hidden" name="restoreduedatespec" value="[% duedatespec %]" /> |
| 310 |
|
311 |
|
| 311 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
312 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
| 312 |
|
313 |
|
|
Lines 353-358
$(document).ready(function() {
Link Here
|
| 353 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
354 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
| 354 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
355 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
| 355 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
356 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
|
|
357 |
<input type="hidden" name="restoreduedatespec" value="[% duedatespec %]" /> |
| 356 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate %]" /> |
358 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate %]" /> |
| 357 |
[% IF CAN_user_circulate_force_checkout or HIGHHOLDS %] |
359 |
[% IF CAN_user_circulate_force_checkout or HIGHHOLDS %] |
| 358 |
[% IF ( RENEW_ISSUE ) %] |
360 |
[% IF ( RENEW_ISSUE ) %] |
|
Lines 403-408
$(document).ready(function() {
Link Here
|
| 403 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
405 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
| 404 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
406 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
| 405 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
407 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
|
|
408 |
<input type="hidden" name="restoreduedatespec" value="[% duedatespec %]" /> |
| 406 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate %]" /> |
409 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate %]" /> |
| 407 |
<input type="hidden" name="branch" value="[% branch %]" /> |
410 |
<input type="hidden" name="branch" value="[% branch %]" /> |
| 408 |
<input type="hidden" name="barcode" value="[% book.barcode %]" /> |
411 |
<input type="hidden" name="barcode" value="[% book.barcode %]" /> |
|
Lines 508-518
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 508 |
</h4> |
511 |
</h4> |
| 509 |
[% END %] |
512 |
[% END %] |
| 510 |
|
513 |
|
| 511 |
|
|
|
| 512 |
[% IF ( borrowers ) %] |
514 |
[% IF ( borrowers ) %] |
| 513 |
[% INCLUDE 'patron-toolbar.inc' %] |
515 |
[% INCLUDE 'patron-toolbar.inc' %] |
| 514 |
|
516 |
|
| 515 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform" autocomplete="off"> |
517 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform" autocomplete="off"> |
|
|
518 |
<input type="hidden" name="restoreduedatespec" value="[% duedatespec %]" /> |
| 516 |
<fieldset id="circ_circulation_selectborrower" class="brief"> |
519 |
<fieldset id="circ_circulation_selectborrower" class="brief"> |
| 517 |
<legend>Patron selection</legend> |
520 |
<legend>Patron selection</legend> |
| 518 |
|
521 |
|
|
Lines 563-570
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 563 |
|
566 |
|
| 564 |
[% END %] |
567 |
[% END %] |
| 565 |
|
568 |
|
| 566 |
|
|
|
| 567 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform" autocomplete="off"> |
569 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform" autocomplete="off"> |
|
|
570 |
<input type="hidden" name="restoreduedatespec" value="[% duedatespec %]" /> |
| 568 |
[% IF ( issue ) %] |
571 |
[% IF ( issue ) %] |
| 569 |
<fieldset id="circ_circulation_issue" class="lastchecked"> |
572 |
<fieldset id="circ_circulation_issue" class="lastchecked"> |
| 570 |
[% ELSE %] |
573 |
[% ELSE %] |
|
Lines 748-755
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 748 |
</li> |
751 |
</li> |
| 749 |
[% END %] |
752 |
[% END %] |
| 750 |
|
753 |
|
| 751 |
|
|
|
| 752 |
|
| 753 |
</ul> |
754 |
</ul> |
| 754 |
</div> |
755 |
</div> |
| 755 |
|
756 |
|
|
Lines 808-814
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 808 |
<!-- /If flagged -->[% END %] |
809 |
<!-- /If flagged -->[% END %] |
| 809 |
|
810 |
|
| 810 |
|
811 |
|
| 811 |
|
|
|
| 812 |
</div> |
812 |
</div> |
| 813 |
</div> |
813 |
</div> |
| 814 |
|
814 |
|
|
Lines 922-929
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 922 |
</div></div> |
922 |
</div></div> |
| 923 |
[% END %] |
923 |
[% END %] |
| 924 |
|
924 |
|
| 925 |
|
|
|
| 926 |
|
| 927 |
</div> |
925 |
</div> |
| 928 |
</div> |
926 |
</div> |
| 929 |
[% UNLESS ( borrowers ) %][% IF ( borrowernumber ) %]<div class="yui-b"> |
927 |
[% UNLESS ( borrowers ) %][% IF ( borrowernumber ) %]<div class="yui-b"> |
| 930 |
- |
|
|