|
Lines 311-323
$(document).ready(function() {
Link Here
|
| 311 |
[% IF HIGHHOLDS %] |
311 |
[% IF HIGHHOLDS %] |
| 312 |
<script language="JavaScript" type="text/javascript"> |
312 |
<script language="JavaScript" type="text/javascript"> |
| 313 |
$(document).ready(function() { |
313 |
$(document).ready(function() { |
| 314 |
$("input[name=duedatespec]:hidden").val('[% HIGHHOLDS.returndate %]'); |
314 |
$("input[name=duedatespec]:hidden").val('[% HIGHHOLDS.returndate %]'); |
|
|
315 |
$("input[name=restoreduedatespec]:hidden").val('[% duedatespec %]'); |
| 315 |
}); |
316 |
}); |
| 316 |
</script> |
317 |
</script> |
| 317 |
[% END %] |
318 |
[% END %] |
| 318 |
|
319 |
|
| 319 |
[% IF CAN_user_circulate_force_checkout or HIGHHOLDS %] |
320 |
[% IF CAN_user_circulate_force_checkout or HIGHHOLDS %] |
| 320 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off"> |
321 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off"> |
|
|
322 |
<input type="hidden" name="restoreduedatespec" /> |
| 321 |
|
323 |
|
| 322 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
324 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
| 323 |
|
325 |
|
|
Lines 362-367
$(document).ready(function() {
Link Here
|
| 362 |
|
364 |
|
| 363 |
[% IF ( RESERVED ) %] |
365 |
[% IF ( RESERVED ) %] |
| 364 |
<form method="get" action="/cgi-bin/koha/circ/circulation.pl"> |
366 |
<form method="get" action="/cgi-bin/koha/circ/circulation.pl"> |
|
|
367 |
<input type="hidden" name="restoreduedatespec" /> |
| 365 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
368 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
| 366 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
369 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
| 367 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate %]" /> |
370 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate %]" /> |
|
Lines 371-376
$(document).ready(function() {
Link Here
|
| 371 |
|
374 |
|
| 372 |
[% IF ( RESERVE_WAITING ) %] |
375 |
[% IF ( RESERVE_WAITING ) %] |
| 373 |
<form method="get" action="/cgi-bin/koha/circ/circulation.pl"> |
376 |
<form method="get" action="/cgi-bin/koha/circ/circulation.pl"> |
|
|
377 |
<input type="hidden" name="restoreduedatespec" /> |
| 374 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
378 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
| 375 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
379 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
| 376 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate %]" /> |
380 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate %]" /> |
|
Lines 382-387
$(document).ready(function() {
Link Here
|
| 382 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
386 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
| 383 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
387 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
| 384 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
388 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
|
|
389 |
<input type="hidden" name="restoreduedatespec" /> |
| 385 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate %]" /> |
390 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate %]" /> |
| 386 |
[% IF CAN_user_circulate_force_checkout or HIGHHOLDS %] |
391 |
[% IF CAN_user_circulate_force_checkout or HIGHHOLDS %] |
| 387 |
[% IF ( RENEW_ISSUE ) %] |
392 |
[% IF ( RENEW_ISSUE ) %] |
|
Lines 430-435
$(document).ready(function() {
Link Here
|
| 430 |
<br /> |
435 |
<br /> |
| 431 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off"> |
436 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off"> |
| 432 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
437 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
|
|
438 |
<input type="hidden" name="restoreduedatespec" /> |
| 433 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
439 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
| 434 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
440 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
| 435 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate %]" /> |
441 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate %]" /> |
|
Lines 541-551
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 541 |
</h4> |
547 |
</h4> |
| 542 |
[% END %] |
548 |
[% END %] |
| 543 |
|
549 |
|
| 544 |
|
|
|
| 545 |
[% IF ( borrowers ) %] |
550 |
[% IF ( borrowers ) %] |
| 546 |
[% INCLUDE 'patron-toolbar.inc' %] |
551 |
[% INCLUDE 'patron-toolbar.inc' %] |
| 547 |
|
552 |
|
| 548 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform" autocomplete="off"> |
553 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform" autocomplete="off"> |
|
|
554 |
<input type="hidden" name="restoreduedatespec" /> |
| 549 |
<fieldset id="circ_circulation_selectborrower" class="brief"> |
555 |
<fieldset id="circ_circulation_selectborrower" class="brief"> |
| 550 |
<legend>Patron selection</legend> |
556 |
<legend>Patron selection</legend> |
| 551 |
|
557 |
|
|
Lines 601-608
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 601 |
|
607 |
|
| 602 |
[% END %] |
608 |
[% END %] |
| 603 |
|
609 |
|
| 604 |
|
|
|
| 605 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform" autocomplete="off"> |
610 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform" autocomplete="off"> |
|
|
611 |
<input type="hidden" name="restoreduedatespec" /> |
| 606 |
[% IF ( issue ) %] |
612 |
[% IF ( issue ) %] |
| 607 |
<fieldset id="circ_circulation_issue" class="lastchecked"> |
613 |
<fieldset id="circ_circulation_issue" class="lastchecked"> |
| 608 |
[% ELSE %] |
614 |
[% ELSE %] |
|
Lines 786-793
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 786 |
</li> |
792 |
</li> |
| 787 |
[% END %] |
793 |
[% END %] |
| 788 |
|
794 |
|
| 789 |
|
|
|
| 790 |
|
| 791 |
</ul> |
795 |
</ul> |
| 792 |
</div> |
796 |
</div> |
| 793 |
|
797 |
|
|
Lines 855-861
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 855 |
<!-- /If flagged -->[% END %] |
859 |
<!-- /If flagged -->[% END %] |
| 856 |
|
860 |
|
| 857 |
|
861 |
|
| 858 |
|
|
|
| 859 |
</div> |
862 |
</div> |
| 860 |
</div> |
863 |
</div> |
| 861 |
|
864 |
|
|
Lines 971-978
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 971 |
</div></div> |
974 |
</div></div> |
| 972 |
[% END %] |
975 |
[% END %] |
| 973 |
|
976 |
|
| 974 |
|
|
|
| 975 |
|
| 976 |
</div> |
977 |
</div> |
| 977 |
</div> |
978 |
</div> |
| 978 |
[% UNLESS ( borrowers ) %][% IF ( borrowernumber ) %]<div class="yui-b"> |
979 |
[% UNLESS ( borrowers ) %][% IF ( borrowernumber ) %]<div class="yui-b"> |
| 979 |
- |
|
|