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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt (-5 / +1 lines)
Lines 99-105 Link Here
99
                                        <span>Holds waiting:</span> [% reservecount | html %]
99
                                        <span>Holds waiting:</span> [% reservecount | html %]
100
                                    [% END %]
100
                                    [% END %]
101
                                    [% WRAPPER tab_item tabname= "holdsover" %]
101
                                    [% WRAPPER tab_item tabname= "holdsover" %]
102
                                        [% tx("Holds waiting over {count} days:", { count = Koha.Preference('ReservesMaxPickUpDelay') }) %] [% overcount | html %]
102
                                        Holds waiting past their expiration date: [% overcount | html %]
103
                                    [% END %]
103
                                    [% END %]
104
                                    [% WRAPPER tab_item tabname= "holdscancelled" %]
104
                                    [% WRAPPER tab_item tabname= "holdscancelled" %]
105
                                        <span>Holds with cancellation requests:</span> [% cancel_reqs_count | html %]
105
                                        <span>Holds with cancellation requests:</span> [% cancel_reqs_count | html %]
Lines 119-127 Link Here
119
                                    [% END # /tab_panel#holdswaiting %]
119
                                    [% END # /tab_panel#holdswaiting %]
120
120
121
                                    [% WRAPPER tab_panel tabname="holdsover" %]
121
                                    [% WRAPPER tab_panel tabname="holdsover" %]
122
                                        [% IF ( ReservesMaxPickUpDelay ) %]
123
                                            <p>Holds listed here have been awaiting pickup for more than [% ReservesMaxPickUpDelay | html %] days.</p>
124
                                        [% END %]
125
                                        [% IF ( overloop ) %]
122
                                        [% IF ( overloop ) %]
126
                                            <span id="holdsover-cancel-all">
123
                                            <span id="holdsover-cancel-all">
127
                                                <button class="cancel_selected_holds" data-bulk="true"></button>
124
                                                <button class="cancel_selected_holds" data-bulk="true"></button>
128
- 

Return to bug 8367