View | Details | Raw Unified | Return to bug 36775
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-2 / +1 lines)
Lines 664-670 Link Here
664
                                                </select>
664
                                                </select>
665
                                            </li>
665
                                            </li>
666
                                        [% END %]
666
                                        [% END %]
667
                                        [% IF remaining_holds_for_record > 1 %]
667
                                        [% UNLESS remaining_holds_for_record == 1 %]
668
                                            <li>
668
                                            <li>
669
                                                <label for="holds_to_place_count">Holds to place (count)</label>
669
                                                <label for="holds_to_place_count">Holds to place (count)</label>
670
                                                <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" />
670
                                                <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" />
671
- 

Return to bug 36775