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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt (-1 / +2 lines)
Lines 195-201 $(document).ready(function() { Link Here
195
<input type="text" size="10" id="to" name="to" value="[% to | $KohaDates %]" class="datepickerto" />
195
<input type="text" size="10" id="to" name="to" value="[% to | $KohaDates %]" class="datepickerto" />
196
</li>
196
</li>
197
</ol>
197
</ol>
198
<p><i>(Inclusive, default is [% HoldsToPullStartDate %] days ago to [% IF ( HoldsToPullEndDate ) %][% HoldsToPullEndDate %] days ahead[% ELSE %]today[% END %], set other date ranges as needed. )</i></p>
198
[% BLOCK range_msg %](Inclusive, default is [% HoldsToPullStartDate %] days ago to [% IF ( HoldsToPullEndDate ) %][% HoldsToPullEndDate %] days ahead[% ELSE %]today[% END %], set other date ranges as needed.)[% END %]
199
<p><i>[%- INCLUDE range_msg -%]</i></p>
199
<fieldset class="action"><input type="submit" name="run_report" value="Submit" class="submit"/></fieldset>
200
<fieldset class="action"><input type="submit" name="run_report" value="Submit" class="submit"/></fieldset>
200
</fieldset>
201
</fieldset>
201
</form>
202
</form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt (-3 / +2 lines)
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
- 

Return to bug 18641