Lines 647-653
Link Here
|
647 |
<input type="hidden" name="alreadyreserved" value="[% alreadyreserved | html %]" /> |
647 |
<input type="hidden" name="alreadyreserved" value="[% alreadyreserved | html %]" /> |
648 |
</li> |
648 |
</li> |
649 |
|
649 |
|
650 |
[% IF remaining_holds_for_record > 1 %] |
650 |
[% UNLESS remaining_holds_for_record == 1 %] |
651 |
<li> |
651 |
<li> |
652 |
<label for="holds_to_place_count">Holds to place (count)</label> |
652 |
<label for="holds_to_place_count">Holds to place (count)</label> |
653 |
<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" /> |
653 |
<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" /> |
654 |
- |
|
|