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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt (-8 / +10 lines)
Lines 110-116 Link Here
110
                                    [% WRAPPER tab_panel tabname="holdswaiting" bt_active= 1 %]
110
                                    [% WRAPPER tab_panel tabname="holdswaiting" bt_active= 1 %]
111
                                        [% IF ( reserveloop ) %]
111
                                        [% IF ( reserveloop ) %]
112
                                            <div id="toolbar" class="btn-toolbar">
112
                                            <div id="toolbar" class="btn-toolbar">
113
                                                <button class="btn btn-default cancel_selected_holds" data-bulk="true"></button>
113
                                                <button class="btn cancel_selected_holds" data-bulk="true"></button>
114
                                            </div>
114
                                            </div>
115
                                            [% INCLUDE waiting_holds.inc table_name='holdst' reserveloop=reserveloop tab='holdwaiting' %]
115
                                            [% INCLUDE waiting_holds.inc table_name='holdst' reserveloop=reserveloop tab='holdwaiting' %]
116
                                        [% ELSE %]
116
                                        [% ELSE %]
Lines 120-127 Link Here
120
120
121
                                    [% WRAPPER tab_panel tabname="holdsover" %]
121
                                    [% WRAPPER tab_panel tabname="holdsover" %]
122
                                        [% IF ( overloop ) %]
122
                                        [% IF ( overloop ) %]
123
                                            <span id="holdsover-cancel-all">
123
                                            <div id="toolbar" class="btn-toolbar">
124
                                                <button class="cancel_selected_holds" data-bulk="true"></button>
124
                                                <button class="btn cancel_selected_holds" data-bulk="true"></button>
125
                                                <form name="cancelAllReserve" action="waitingreserves.pl" method="post">
125
                                                <form name="cancelAllReserve" action="waitingreserves.pl" method="post">
126
                                                    <input type="hidden" name="cancelall" value="1" />
126
                                                    <input type="hidden" name="cancelall" value="1" />
127
                                                    <input type="hidden" name="allbranches" value="[% allbranches | html %]" />
127
                                                    <input type="hidden" name="allbranches" value="[% allbranches | html %]" />
Lines 132-141 Link Here
132
                                                        <input type="submit" class="btn btn-primary" value="Cancel all" />
132
                                                        <input type="submit" class="btn btn-primary" value="Cancel all" />
133
                                                    [% END %]
133
                                                    [% END %]
134
                                                </form>
134
                                                </form>
135
                                                [% UNLESS TransferWhenCancelAllWaitingHolds %]
135
                                            </div>
136
                                                    Only items that need not be transferred will be cancelled (TransferWhenCancelAllWaitingHolds syspref)
136
                                            [% UNLESS TransferWhenCancelAllWaitingHolds %]
137
                                                [% END %]
137
                                                <div class="hint">Only items that need not be transferred will be cancelled (TransferWhenCancelAllWaitingHolds syspref)</div>
138
                                            </span>
138
                                            [% END %]
139
                                            [% INCLUDE waiting_holds.inc table_name='holdso' reserveloop=overloop tab='holdsover' %]
139
                                            [% INCLUDE waiting_holds.inc table_name='holdso' reserveloop=overloop tab='holdsover' %]
140
                                        [% ELSE %]
140
                                        [% ELSE %]
141
                                            <div class="dialog message">No holds found.</div>
141
                                            <div class="dialog message">No holds found.</div>
Lines 144-149 Link Here
144
144
145
                                    [% WRAPPER tab_panel tabname="holdscancelled" %]
145
                                    [% WRAPPER tab_panel tabname="holdscancelled" %]
146
                                        [% IF cancel_reqs_count %]
146
                                        [% IF cancel_reqs_count %]
147
                                            <div id="toolbar" class="btn-toolbar">
148
                                                <button class="btn cancel_selected_holds" data-bulk="true"></button>
149
                                            </div>
147
                                            [% INCLUDE waiting_holds.inc select_column='1' table_name='holdscr' reserveloop=cancel_reqs tab='holdscr' %]
150
                                            [% INCLUDE waiting_holds.inc select_column='1' table_name='holdscr' reserveloop=cancel_reqs tab='holdscr' %]
148
                                        [% ELSE %]
151
                                        [% ELSE %]
149
                                            <div class="dialog message">No holds found.</div>
152
                                            <div class="dialog message">No holds found.</div>
150
- 

Return to bug 35360