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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt (-2 / +1 lines)
Lines 127-133 Link Here
127
                       <input type="hidden" name="allbranches" value="[% allbranches | html %]" />
127
                       <input type="hidden" name="allbranches" value="[% allbranches | html %]" />
128
                       <input type="hidden" name="tab" value="holdsover">
128
                       <input type="hidden" name="tab" value="holdsover">
129
                       [% IF TransferWhenCancelAllWaitingHolds %]
129
                       [% IF TransferWhenCancelAllWaitingHolds %]
130
                           <input type="submit" class="btn btn-primary" value="Cancel and Transfer all" />
130
                           <input type="submit" class="btn btn-primary" value="Cancel and transfer all" />
131
                       [% ELSE %]
131
                       [% ELSE %]
132
                           <input type="submit" class="btn btn-primary" value="Cancel all" />
132
                           <input type="submit" class="btn btn-primary" value="Cancel all" />
133
                       [% END %]
133
                       [% END %]
134
- 

Return to bug 32073