Lines 137-148
Link Here
|
137 |
<div id="holdsover"> |
137 |
<div id="holdsover"> |
138 |
[% IF ( ReservesMaxPickUpDelay ) %]<p>Holds listed here have been awaiting pickup for more than [% ReservesMaxPickUpDelay %] days.</p>[% END %] |
138 |
[% IF ( ReservesMaxPickUpDelay ) %]<p>Holds listed here have been awaiting pickup for more than [% ReservesMaxPickUpDelay %] days.</p>[% END %] |
139 |
[% IF ( overloop ) %] |
139 |
[% IF ( overloop ) %] |
140 |
|
|
|
141 |
<form name="cancelAllReserve" action="waitingreserves.pl" method="post"> |
140 |
<form name="cancelAllReserve" action="waitingreserves.pl" method="post"> |
142 |
<input type="hidden" name="cancelall" value="1" /> |
141 |
<input type="hidden" name="cancelall" value="1" /> |
143 |
<input type="hidden" name="allbranches" value="[% allbranches %]" /> |
142 |
<input type="hidden" name="allbranches" value="[% allbranches %]" /> |
144 |
<input type="hidden" name="tab" value="holdsover"> |
143 |
<input type="hidden" name="tab" value="holdsover"> |
145 |
<input type="submit" value="Cancel [% IF TransferWhenCancelAllWaitingHolds %]and Transfer [% END %]All" /> |
144 |
[% BLOCK submit_value %][% IF TransferWhenCancelAllWaitingHolds %]Cancel and Transfer all[%ELSE%]Cancel all[% END %][% END %] |
|
|
145 |
<input type="submit" value="[%- INCLUDE submit_value -%]" /> |
146 |
</form> |
146 |
</form> |
147 |
[% UNLESS TransferWhenCancelAllWaitingHolds %] |
147 |
[% UNLESS TransferWhenCancelAllWaitingHolds %] |
148 |
Only items that need not be transferred will be cancelled (TransferWhenCancelAllWaitingHolds sypref) |
148 |
Only items that need not be transferred will be cancelled (TransferWhenCancelAllWaitingHolds sypref) |
149 |
- |
|
|