|
Lines 97-103
Link Here
|
| 97 |
<li role="presentation" class="active"><a href="#holdswaiting" aria-controls="holdswaiting" role="tab" data-toggle="tab">Holds waiting: [% reservecount | html %]</a></li> |
97 |
<li role="presentation" class="active"><a href="#holdswaiting" aria-controls="holdswaiting" role="tab" data-toggle="tab">Holds waiting: [% reservecount | html %]</a></li> |
| 98 |
<li role="presentation"> |
98 |
<li role="presentation"> |
| 99 |
<a href="#holdsover" aria-controls="holdsover" role="tab" data-toggle="tab"> |
99 |
<a href="#holdsover" aria-controls="holdsover" role="tab" data-toggle="tab"> |
| 100 |
Holds waiting over [% Koha.Preference('ReservesMaxPickUpDelay') | html %] days: [% overcount | html %] |
100 |
Holds waiting past their expiration date: [% overcount | html %] |
| 101 |
</a> |
101 |
</a> |
| 102 |
</li> |
102 |
</li> |
| 103 |
<li role="presentation"> |
103 |
<li role="presentation"> |
|
Lines 118-126
Link Here
|
| 118 |
[% END %] |
118 |
[% END %] |
| 119 |
</div> <!-- /#holdswaiting --> |
119 |
</div> <!-- /#holdswaiting --> |
| 120 |
<div role="tabpanel" class="tab-pane" id="holdsover"> |
120 |
<div role="tabpanel" class="tab-pane" id="holdsover"> |
| 121 |
[% IF ( ReservesMaxPickUpDelay ) %] |
|
|
| 122 |
<p>Holds listed here have been awaiting pickup for more than [% ReservesMaxPickUpDelay | html %] days.</p> |
| 123 |
[% END %] |
| 124 |
[% IF ( overloop ) %] |
121 |
[% IF ( overloop ) %] |
| 125 |
<span id="holdsover-cancel-all"> |
122 |
<span id="holdsover-cancel-all"> |
| 126 |
<button class="cancel_selected_holds" data-bulk="true"></button> |
123 |
<button class="cancel_selected_holds" data-bulk="true"></button> |
| 127 |
- |
|
|