Lines 141-148
Link Here
|
141 |
<input type="hidden" name="cancelall" value="1" /> |
141 |
<input type="hidden" name="cancelall" value="1" /> |
142 |
<input type="hidden" name="allbranches" value="[% allbranches %]" /> |
142 |
<input type="hidden" name="allbranches" value="[% allbranches %]" /> |
143 |
<input type="hidden" name="tab" value="holdsover"> |
143 |
<input type="hidden" name="tab" value="holdsover"> |
144 |
[% BLOCK submit_value %][% IF TransferWhenCancelAllWaitingHolds %]Cancel and Transfer all[%ELSE%]Cancel all[% END %][% END %] |
144 |
[% IF TransferWhenCancelAllWaitingHolds %] |
145 |
<input type="submit" value="[%- INCLUDE submit_value -%]" /> |
145 |
<input type="submit" value="Cancel and Transfer all" /> |
|
|
146 |
[% ELSE %] |
147 |
<input type="submit" value="Cancel all" /> |
148 |
[% END %] |
146 |
</form> |
149 |
</form> |
147 |
[% UNLESS TransferWhenCancelAllWaitingHolds %] |
150 |
[% UNLESS TransferWhenCancelAllWaitingHolds %] |
148 |
Only items that need not be transferred will be cancelled (TransferWhenCancelAllWaitingHolds sypref) |
151 |
Only items that need not be transferred will be cancelled (TransferWhenCancelAllWaitingHolds sypref) |
149 |
- |
|
|