Lines 590-596
Link Here
|
590 |
|
590 |
|
591 |
[% UNLESS ( multi_hold ) %] |
591 |
[% UNLESS ( multi_hold ) %] |
592 |
<li> |
592 |
<li> |
593 |
<label for="requestany">Hold next available item </label> |
593 |
<label for="requestany">Hold next available item: </label> |
594 |
[% IF force_hold_level == 'item' || force_hold_level == 'item_group' %] |
594 |
[% IF force_hold_level == 'item' || force_hold_level == 'item_group' %] |
595 |
<input type="checkbox" id="requestany" name="request" disabled="true" /> |
595 |
<input type="checkbox" id="requestany" name="request" disabled="true" /> |
596 |
[% ELSIF force_hold_level == 'record' %] |
596 |
[% ELSIF force_hold_level == 'record' %] |
Lines 604-610
Link Here
|
604 |
|
604 |
|
605 |
[% IF remaining_holds_for_record > 1 %] |
605 |
[% IF remaining_holds_for_record > 1 %] |
606 |
<li> |
606 |
<li> |
607 |
<label for="holds_to_place_count">Holds to place (count)</label> |
607 |
<label for="holds_to_place_count">Holds to place (count): </label> |
608 |
<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" /> |
608 |
<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" /> |
609 |
</li> |
609 |
</li> |
610 |
[% ELSE %] |
610 |
[% ELSE %] |
Lines 617-622
Link Here
|
617 |
<input name="non_priority" id="non_priority" type="checkbox" /> |
617 |
<input name="non_priority" id="non_priority" type="checkbox" /> |
618 |
<span class="hint">A non priority hold doesn't prevent a current checkout from renewing</span> |
618 |
<span class="hint">A non priority hold doesn't prevent a current checkout from renewing</span> |
619 |
</li> |
619 |
</li> |
|
|
620 |
|
621 |
<li id="hold_group_list_item"> |
622 |
<label for="hold_group">Treat as hold group: </label> |
623 |
<input name="hold_group" id="hold_group" type="checkbox" /> |
624 |
<span class="hint">Place a hold on the next available title from this group</span> |
625 |
</li> |
620 |
</ol> |
626 |
</ol> |
621 |
|
627 |
|
622 |
[% UNLESS ( multi_hold ) %] |
628 |
[% UNLESS ( multi_hold ) %] |
Lines 1288-1293
Link Here
|
1288 |
</div> |
1294 |
</div> |
1289 |
</div> |
1295 |
</div> |
1290 |
|
1296 |
|
|
|
1297 |
[% INCLUDE 'hold-group-modal.inc' %] |
1298 |
|
1291 |
[% MACRO jsinclude BLOCK %] |
1299 |
[% MACRO jsinclude BLOCK %] |
1292 |
[% INCLUDE 'datatables.inc' %] |
1300 |
[% INCLUDE 'datatables.inc' %] |
1293 |
[% INCLUDE 'calendar.inc' %] |
1301 |
[% INCLUDE 'calendar.inc' %] |
Lines 1295-1300
Link Here
|
1295 |
[% Asset.js("lib/hc-sticky.js") | $raw %] |
1303 |
[% Asset.js("lib/hc-sticky.js") | $raw %] |
1296 |
[% INCLUDE 'select2.inc' %] |
1304 |
[% INCLUDE 'select2.inc' %] |
1297 |
[% Asset.js("js/holds.js") | $raw%] |
1305 |
[% Asset.js("js/holds.js") | $raw%] |
|
|
1306 |
[% Asset.js("js/hold-group.js") | $raw %] |
1298 |
|
1307 |
|
1299 |
[% SET url_biblio_params = "biblionumber=" _ biblionumbers.join("&biblionumber=") %] |
1308 |
[% SET url_biblio_params = "biblionumber=" _ biblionumbers.join("&biblionumber=") %] |
1300 |
[% IF multi_hold %] |
1309 |
[% IF multi_hold %] |