|
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 380-387
$(document).ready(function() {
Link Here
|
| 380 |
|
384 |
|
| 381 |
<form method="get" action="/cgi-bin/koha/circ/circulation.pl"> |
385 |
<form method="get" action="/cgi-bin/koha/circ/circulation.pl"> |
| 382 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
386 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
|
|
387 |
<input type="hidden" name="restoreduedatespec" /> |
| 383 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
388 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
| 384 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
389 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
|
|
390 |
<input type="hidden" name="restoreduedatespec" /> |
| 385 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate %]" /> |
391 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate %]" /> |
| 386 |
[% IF CAN_user_circulate_force_checkout or HIGHHOLDS %] |
392 |
[% IF CAN_user_circulate_force_checkout or HIGHHOLDS %] |
| 387 |
[% IF ( RENEW_ISSUE ) %] |
393 |
[% IF ( RENEW_ISSUE ) %] |
|
Lines 430-435
$(document).ready(function() {
Link Here
|
| 430 |
<br /> |
436 |
<br /> |
| 431 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off"> |
437 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off"> |
| 432 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
438 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
|
|
439 |
<input type="hidden" name="restoreduedatespec" /> |
| 433 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
440 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
| 434 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
441 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
| 435 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate %]" /> |
442 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate %]" /> |
|
Lines 541-551
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 541 |
</h4> |
548 |
</h4> |
| 542 |
[% END %] |
549 |
[% END %] |
| 543 |
|
550 |
|
| 544 |
|
|
|
| 545 |
[% IF ( borrowers ) %] |
551 |
[% IF ( borrowers ) %] |
| 546 |
[% INCLUDE 'patron-toolbar.inc' %] |
552 |
[% INCLUDE 'patron-toolbar.inc' %] |
| 547 |
|
553 |
|
| 548 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform" autocomplete="off"> |
554 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform" autocomplete="off"> |
|
|
555 |
<input type="hidden" name="restoreduedatespec" /> |
| 549 |
<fieldset id="circ_circulation_selectborrower" class="brief"> |
556 |
<fieldset id="circ_circulation_selectborrower" class="brief"> |
| 550 |
<legend>Patron selection</legend> |
557 |
<legend>Patron selection</legend> |
| 551 |
|
558 |
|
|
Lines 596-603
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 596 |
|
603 |
|
| 597 |
[% END %] |
604 |
[% END %] |
| 598 |
|
605 |
|
| 599 |
|
|
|
| 600 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform" autocomplete="off"> |
606 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform" autocomplete="off"> |
|
|
607 |
<input type="hidden" name="restoreduedatespec" /> |
| 601 |
[% IF ( issue ) %] |
608 |
[% IF ( issue ) %] |
| 602 |
<fieldset id="circ_circulation_issue" class="lastchecked"> |
609 |
<fieldset id="circ_circulation_issue" class="lastchecked"> |
| 603 |
[% ELSE %] |
610 |
[% ELSE %] |
|
Lines 781-788
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 781 |
</li> |
788 |
</li> |
| 782 |
[% END %] |
789 |
[% END %] |
| 783 |
|
790 |
|
| 784 |
|
|
|
| 785 |
|
| 786 |
</ul> |
791 |
</ul> |
| 787 |
</div> |
792 |
</div> |
| 788 |
|
793 |
|
|
Lines 850-856
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 850 |
<!-- /If flagged -->[% END %] |
855 |
<!-- /If flagged -->[% END %] |
| 851 |
|
856 |
|
| 852 |
|
857 |
|
| 853 |
|
|
|
| 854 |
</div> |
858 |
</div> |
| 855 |
</div> |
859 |
</div> |
| 856 |
|
860 |
|
|
Lines 964-971
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 964 |
</div></div> |
968 |
</div></div> |
| 965 |
[% END %] |
969 |
[% END %] |
| 966 |
|
970 |
|
| 967 |
|
|
|
| 968 |
|
| 969 |
</div> |
971 |
</div> |
| 970 |
</div> |
972 |
</div> |
| 971 |
[% UNLESS ( borrowers ) %][% IF ( borrowernumber ) %]<div class="yui-b"> |
973 |
[% UNLESS ( borrowers ) %][% IF ( borrowernumber ) %]<div class="yui-b"> |
| 972 |
- |
|
|