|
Lines 349-355
$(document).ready(function() {
Link Here
|
| 349 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
349 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
| 350 |
|
350 |
|
| 351 |
[% IF HIGHHOLDS %] |
351 |
[% IF HIGHHOLDS %] |
| 352 |
<p> |
352 |
<p class="circ-override-high-holds"> |
| 353 |
<input type="checkbox" name="override_high_holds_tmp" id="override_high_holds_tmp" value="1" /> |
353 |
<input type="checkbox" name="override_high_holds_tmp" id="override_high_holds_tmp" value="1" /> |
| 354 |
<label for="override_high_holds_tmp">Don't decrease loan length based on holds</label> |
354 |
<label for="override_high_holds_tmp">Don't decrease loan length based on holds</label> |
| 355 |
</p> |
355 |
</p> |
|
Lines 664-685
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 664 |
|
664 |
|
| 665 |
<label for="auto_renew">Automatic renewal</label> |
665 |
<label for="auto_renew">Automatic renewal</label> |
| 666 |
|
666 |
|
| 667 |
[% IF Koha.Preference('decreaseLoanHighHolds') %] |
667 |
<span class="circ-override-high-holds"> |
| 668 |
[% IF NEEDSCONFIRMATION %] |
668 |
[% IF Koha.Preference('decreaseLoanHighHolds') %] |
| 669 |
[% IF override_high_holds %] |
669 |
[% IF NEEDSCONFIRMATION %] |
| 670 |
<input type="checkbox" name="override_high_holds" id="override_high_holds" value="1" disabled="disabled" checked="checked"/> |
670 |
[% IF override_high_holds %] |
|
|
671 |
<input type="checkbox" name="override_high_holds" id="override_high_holds" value="1" disabled="disabled" checked="checked"/> |
| 672 |
[% ELSE %] |
| 673 |
<input type="checkbox" name="override_high_holds" id="override_high_holds" value="1" disabled="disabled"/> |
| 674 |
[% END %] |
| 671 |
[% ELSE %] |
675 |
[% ELSE %] |
| 672 |
<input type="checkbox" name="override_high_holds" id="override_high_holds" value="1" disabled="disabled"/> |
676 |
[% IF override_high_holds %] |
| 673 |
[% END %] |
677 |
<input type="checkbox" name="override_high_holds" id="override_high_holds" value="1" checked="checked" /> |
| 674 |
[% ELSE %] |
678 |
[% ELSE %] |
| 675 |
[% IF override_high_holds %] |
679 |
<input type="checkbox" name="override_high_holds" id="override_high_holds" value="1" /> |
| 676 |
<input type="checkbox" name="override_high_holds" id="override_high_holds" value="1" checked="checked" /> |
680 |
[% END %] |
| 677 |
[% ELSE %] |
|
|
| 678 |
<input type="checkbox" name="override_high_holds" id="override_high_holds" value="1" /> |
| 679 |
[% END %] |
681 |
[% END %] |
|
|
682 |
<label for="override_high_holds">Don't decrease loan length based on holds</label> |
| 680 |
[% END %] |
683 |
[% END %] |
| 681 |
<label for="override_high_holds">Don't decrease loan length based on holds</label> |
684 |
</span> |
| 682 |
[% END %] |
|
|
| 683 |
</div> |
685 |
</div> |
| 684 |
[% END %] |
686 |
[% END %] |
| 685 |
|
687 |
|
| 686 |
- |
|
|