Lines 456-462
Link Here
|
456 |
|
456 |
|
457 |
[% UNLESS ( multi_hold ) %] |
457 |
[% UNLESS ( multi_hold ) %] |
458 |
<li> |
458 |
<li> |
459 |
<label for="requestany">Hold next available item </label> |
459 |
<label for="requestany">Hold next available item: </label> |
460 |
[% IF force_hold_level == 'item' %] |
460 |
[% IF force_hold_level == 'item' %] |
461 |
<input type="checkbox" id="requestany" name="request" disabled="true" /> |
461 |
<input type="checkbox" id="requestany" name="request" disabled="true" /> |
462 |
[% ELSIF force_hold_level == 'record' %] |
462 |
[% ELSIF force_hold_level == 'record' %] |
Lines 471-477
Link Here
|
471 |
|
471 |
|
472 |
[% IF remaining_holds_for_record > 1 %] |
472 |
[% IF remaining_holds_for_record > 1 %] |
473 |
<li> |
473 |
<li> |
474 |
<label for="holds_to_place_count">Holds to place (count)</label> |
474 |
<label for="holds_to_place_count">Holds to place (count): </label> |
475 |
<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" /> |
475 |
<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" /> |
476 |
</li> |
476 |
</li> |
477 |
[% ELSE %] |
477 |
[% ELSE %] |
Lines 484-489
Link Here
|
484 |
<input name="non_priority" id="non_priority" type="checkbox" /> |
484 |
<input name="non_priority" id="non_priority" type="checkbox" /> |
485 |
<span class="hint">A non priority hold doesn't prevent a current checkout from renewing</span> |
485 |
<span class="hint">A non priority hold doesn't prevent a current checkout from renewing</span> |
486 |
</li> |
486 |
</li> |
|
|
487 |
|
488 |
<li id="hold_group_list_item"> |
489 |
<label for="hold_group">Treat as hold group: </label> |
490 |
<input name="hold_group" id="hold_group" type="checkbox" /> |
491 |
<span class="hint">Place a hold on the next available title from this group</span> |
492 |
</li> |
487 |
</ol> |
493 |
</ol> |
488 |
|
494 |
|
489 |
[% UNLESS ( multi_hold ) %] |
495 |
[% UNLESS ( multi_hold ) %] |
Lines 557-565
Link Here
|
557 |
Hold must be record level |
563 |
Hold must be record level |
558 |
</span> |
564 |
</span> |
559 |
[% ELSIF ( itemloo.available ) %] |
565 |
[% ELSIF ( itemloo.available ) %] |
560 |
<input type="radio" name="checkitem" value="[% itemloo.itemnumber | html %]" /> |
566 |
<input type="checkbox" name="checkitem" value="[% itemloo.itemnumber | html %]" /> |
561 |
[% ELSIF ( itemloo.override ) %] |
567 |
[% ELSIF ( itemloo.override ) %] |
562 |
<input type="radio" name="checkitem" class="needsoverride" value="[% itemloo.itemnumber | html %]" /> |
568 |
<input type="checkbox" name="checkitem" class="needsoverride" value="[% itemloo.itemnumber | html %]" /> |
563 |
<i class="fa fa-exclamation-triangle fa-lg" style="color:gold" title="Requires override of hold policy"/></i> |
569 |
<i class="fa fa-exclamation-triangle fa-lg" style="color:gold" title="Requires override of hold policy"/></i> |
564 |
[% ELSE %] |
570 |
[% ELSE %] |
565 |
<span class="error"> |
571 |
<span class="error"> |
Lines 983-988
Link Here
|
983 |
</div> |
989 |
</div> |
984 |
</div> |
990 |
</div> |
985 |
|
991 |
|
|
|
992 |
[% INCLUDE 'hold-group-modal.inc' %] |
993 |
|
986 |
[% MACRO jsinclude BLOCK %] |
994 |
[% MACRO jsinclude BLOCK %] |
987 |
[% INCLUDE 'datatables.inc' %] |
995 |
[% INCLUDE 'datatables.inc' %] |
988 |
[% INCLUDE 'calendar.inc' %] |
996 |
[% INCLUDE 'calendar.inc' %] |
Lines 990-995
Link Here
|
990 |
[% Asset.js("lib/hc-sticky.js") | $raw %] |
998 |
[% Asset.js("lib/hc-sticky.js") | $raw %] |
991 |
[% Asset.js("js/circ-patron-search-results.js") | $raw %] |
999 |
[% Asset.js("js/circ-patron-search-results.js") | $raw %] |
992 |
[% INCLUDE 'select2.inc' %] |
1000 |
[% INCLUDE 'select2.inc' %] |
|
|
1001 |
[% Asset.js("js/hold-group.js") | $raw %] |
993 |
<script> |
1002 |
<script> |
994 |
var Sticky; |
1003 |
var Sticky; |
995 |
var biblionumber = "[% biblionumber | $raw %]"; |
1004 |
var biblionumber = "[% biblionumber | $raw %]"; |