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