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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-2 / +2 lines)
Lines 622-633 Link Here
622
                                <input name="non_priority" id="non_priority" type="checkbox" />
622
                                <input name="non_priority" id="non_priority" type="checkbox" />
623
                                <span class="hint">A non priority hold doesn't prevent a current checkout from renewing</span>
623
                                <span class="hint">A non priority hold doesn't prevent a current checkout from renewing</span>
624
                            </li>
624
                            </li>
625
625
                            [% IF ( multi_hold ) %]
626
                            <li id="hold_group_list_item">
626
                            <li id="hold_group_list_item">
627
                                <label for="hold_group">Treat as hold group: </label>
627
                                <label for="hold_group">Treat as hold group: </label>
628
                                <input name="hold_group" id="hold_group" type="checkbox" />
628
                                <input name="hold_group" id="hold_group" type="checkbox" />
629
                                <span class="hint">Place a hold on the next available title from this group</span>
629
                                <span class="hint">Place a hold on the next available title from this group</span>
630
                            </li>
630
                            </li>
631
                            [% END %]
631
                        </ol>
632
                        </ol>
632
633
633
                        [% UNLESS ( multi_hold ) %]
634
                        [% UNLESS ( multi_hold ) %]
634
- 

Return to bug 15516