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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (+8 lines)
Lines 808-813 Link Here
808
                                    [% biblio_info.biblioitem.publicationyear | html %]
808
                                    [% biblio_info.biblioitem.publicationyear | html %]
809
                                </li>
809
                                </li>
810
                            [% END %]
810
                            [% END %]
811
812
                            [% IF ( Koha.Preference('DisplayAddHoldGroups') && Koha.Preference('DisplayMultiItemHolds') ) %]
813
                                <li id="hold_group_list_item">
814
                                    <label for="hold_group">Treat as hold group: </label>
815
                                    <input name="hold_group" id="hold_group" type="checkbox" />
816
                                    <span class="hint">Place a hold on the next available title from this group</span>
817
                                </li>
818
                            [% END %]
811
                        </ol>
819
                        </ol>
812
820
813
                        <table id="requestspecific">
821
                        <table id="requestspecific">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt (-2 / +1 lines)
Lines 110-116 Link Here
110
                    [% INCLUDE 'csrf-token.inc' %]
110
                    [% INCLUDE 'csrf-token.inc' %]
111
                    <legend class="sr-only">Hold requests</legend>
111
                    <legend class="sr-only">Hold requests</legend>
112
                    <input type="hidden" name="op" value="cud-place_reserve" />
112
                    <input type="hidden" name="op" value="cud-place_reserve" />
113
                    [% IF ( Koha.Preference('DisplayAddHoldGroups') && ( multi_hold ) ) %]
113
                    [% IF ( Koha.Preference('DisplayAddHoldGroups') && ( multi_hold || Koha.Preference('DisplayMultiItemHolds') ) ) %]
114
                        <div id="hold_group">
114
                        <div id="hold_group">
115
                            <fieldset class="rows">
115
                            <fieldset class="rows">
116
                                <ul>
116
                                <ul>
117
- 

Return to bug 15516