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 617-628 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
620
                            [% IF ( multi_hold ) %]
621
                            <li id="hold_group_list_item">
621
                            <li id="hold_group_list_item">
622
                                <label for="hold_group">Treat as hold group: </label>
622
                                <label for="hold_group">Treat as hold group: </label>
623
                                <input name="hold_group" id="hold_group" type="checkbox" />
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>
624
                                <span class="hint">Place a hold on the next available title from this group</span>
625
                            </li>
625
                            </li>
626
                            [% END %]
626
                        </ol>
627
                        </ol>
627
628
628
                        [% UNLESS ( multi_hold ) %]
629
                        [% UNLESS ( multi_hold ) %]
629
- 

Return to bug 15516