|
Lines 483-489
Link Here
|
| 483 |
|
483 |
|
| 484 |
[% UNLESS ( multi_hold ) %] |
484 |
[% UNLESS ( multi_hold ) %] |
| 485 |
<li> |
485 |
<li> |
| 486 |
<label for="requestany">Hold next available item </label> |
486 |
<label for="requestany">Hold next available item: </label> |
| 487 |
[% IF force_hold_level == 'item' %] |
487 |
[% IF force_hold_level == 'item' %] |
| 488 |
<input type="checkbox" id="requestany" name="request" disabled="true" /> |
488 |
<input type="checkbox" id="requestany" name="request" disabled="true" /> |
| 489 |
[% ELSIF force_hold_level == 'record' %] |
489 |
[% ELSIF force_hold_level == 'record' %] |
|
Lines 498-504
Link Here
|
| 498 |
|
498 |
|
| 499 |
[% IF remaining_holds_for_record > 1 %] |
499 |
[% IF remaining_holds_for_record > 1 %] |
| 500 |
<li> |
500 |
<li> |
| 501 |
<label for="holds_to_place_count">Holds to place (count)</label> |
501 |
<label for="holds_to_place_count">Holds to place (count): </label> |
| 502 |
<input type="text" inputmode="numeric" pattern="[0-9]*" id="holds_to_place_count" name="holds_to_place_count" maxlength="[% remaining_holds_for_record | html %]" value="1" /> |
502 |
<input type="text" inputmode="numeric" pattern="[0-9]*" id="holds_to_place_count" name="holds_to_place_count" maxlength="[% remaining_holds_for_record | html %]" value="1" /> |
| 503 |
</li> |
503 |
</li> |
| 504 |
[% ELSE %] |
504 |
[% ELSE %] |
|
Lines 511-516
Link Here
|
| 511 |
<input name="non_priority" id="non_priority" type="checkbox" /> |
511 |
<input name="non_priority" id="non_priority" type="checkbox" /> |
| 512 |
<span class="hint">A non priority hold doesn't prevent a current checkout from renewing</span> |
512 |
<span class="hint">A non priority hold doesn't prevent a current checkout from renewing</span> |
| 513 |
</li> |
513 |
</li> |
|
|
514 |
|
| 515 |
<li id="hold_group_list_item"> |
| 516 |
<label for="hold_group">Treat as hold group: </label> |
| 517 |
<input name="hold_group" id="hold_group" type="checkbox" /> |
| 518 |
<span class="hint">Place a hold on the next available title from this group</span> |
| 519 |
</li> |
| 514 |
</ol> |
520 |
</ol> |
| 515 |
|
521 |
|
| 516 |
[% UNLESS ( multi_hold ) %] |
522 |
[% UNLESS ( multi_hold ) %] |
|
Lines 584-592
Link Here
|
| 584 |
Hold must be record level |
590 |
Hold must be record level |
| 585 |
</span> |
591 |
</span> |
| 586 |
[% ELSIF ( itemloo.available ) %] |
592 |
[% ELSIF ( itemloo.available ) %] |
| 587 |
<input type="radio" name="checkitem" value="[% itemloo.itemnumber | html %]" /> |
593 |
<input type="checkbox" name="checkitem" value="[% itemloo.itemnumber | html %]" /> |
| 588 |
[% ELSIF ( itemloo.override ) %] |
594 |
[% ELSIF ( itemloo.override ) %] |
| 589 |
<input type="radio" name="checkitem" class="needsoverride" value="[% itemloo.itemnumber | html %]" /> |
595 |
<input type="checkbox" name="checkitem" class="needsoverride" value="[% itemloo.itemnumber | html %]" /> |
| 590 |
<i class="fa fa-exclamation-triangle fa-lg" style="color:gold" title="Requires override of hold policy"/></i> |
596 |
<i class="fa fa-exclamation-triangle fa-lg" style="color:gold" title="Requires override of hold policy"/></i> |
| 591 |
[% ELSE %] |
597 |
[% ELSE %] |
| 592 |
<span class="error"> |
598 |
<span class="error"> |
|
Lines 1015-1020
Link Here
|
| 1015 |
</div> |
1021 |
</div> |
| 1016 |
</div> |
1022 |
</div> |
| 1017 |
|
1023 |
|
|
|
1024 |
[% INCLUDE 'hold-group-modal.inc' %] |
| 1025 |
|
| 1018 |
[% MACRO jsinclude BLOCK %] |
1026 |
[% MACRO jsinclude BLOCK %] |
| 1019 |
[% INCLUDE 'datatables.inc' %] |
1027 |
[% INCLUDE 'datatables.inc' %] |
| 1020 |
[% INCLUDE 'calendar.inc' %] |
1028 |
[% INCLUDE 'calendar.inc' %] |
|
Lines 1022-1027
Link Here
|
| 1022 |
[% Asset.js("lib/hc-sticky.js") | $raw %] |
1030 |
[% Asset.js("lib/hc-sticky.js") | $raw %] |
| 1023 |
[% Asset.js("js/circ-patron-search-results.js") | $raw %] |
1031 |
[% Asset.js("js/circ-patron-search-results.js") | $raw %] |
| 1024 |
[% INCLUDE 'select2.inc' %] |
1032 |
[% INCLUDE 'select2.inc' %] |
|
|
1033 |
[% Asset.js("js/hold-group.js") | $raw %] |
| 1025 |
<script> |
1034 |
<script> |
| 1026 |
var Sticky; |
1035 |
var Sticky; |
| 1027 |
var biblionumber = "[% biblionumber | $raw %]"; |
1036 |
var biblionumber = "[% biblionumber | $raw %]"; |