|
Lines 95-101
Link Here
|
| 95 |
<span>Holds waiting:</span> [% reservecount | html %] |
95 |
<span>Holds waiting:</span> [% reservecount | html %] |
| 96 |
[% END %] |
96 |
[% END %] |
| 97 |
[% WRAPPER tab_item tabname= "holdsover" %] |
97 |
[% WRAPPER tab_item tabname= "holdsover" %] |
| 98 |
[% tx("Holds waiting over {count} days:", { count = Koha.Preference('ReservesMaxPickUpDelay') }) %] [% overcount | html %] |
98 |
Holds waiting past their expiration date: [% overcount | html %] |
| 99 |
[% END %] |
99 |
[% END %] |
| 100 |
[% WRAPPER tab_item tabname= "holdscancelled" %] |
100 |
[% WRAPPER tab_item tabname= "holdscancelled" %] |
| 101 |
<span>Holds with cancellation requests:</span> [% cancel_reqs_count | html %] |
101 |
<span>Holds with cancellation requests:</span> [% cancel_reqs_count | html %] |
|
Lines 115-123
Link Here
|
| 115 |
[% END # /tab_panel#holdswaiting %] |
115 |
[% END # /tab_panel#holdswaiting %] |
| 116 |
|
116 |
|
| 117 |
[% WRAPPER tab_panel tabname="holdsover" %] |
117 |
[% WRAPPER tab_panel tabname="holdsover" %] |
| 118 |
[% IF ( ReservesMaxPickUpDelay ) %] |
|
|
| 119 |
<p>Holds listed here have been awaiting pickup for more than [% ReservesMaxPickUpDelay | html %] days.</p> |
| 120 |
[% END %] |
| 121 |
[% IF ( overloop ) %] |
118 |
[% IF ( overloop ) %] |
| 122 |
<span id="holdsover-cancel-all"> |
119 |
<span id="holdsover-cancel-all"> |
| 123 |
<button class="cancel_selected_holds" data-bulk="true"></button> |
120 |
<button class="cancel_selected_holds" data-bulk="true"></button> |
| 124 |
- |
|
|