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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt (-3 / +7 lines)
Lines 195-202 $(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
[% 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 %]
198
199
<p><i>[%- INCLUDE range_msg -%]</i></p>
199
[% IF ( HoldsToPullEndDate ) %]
200
    <p><i>(Inclusive, default is [% HoldsToPullStartDate %] days ago to [% HoldsToPullEndDate %] days ahead. Set other date ranges as needed.)</i></p>
201
[% ELSE %]
202
    <p><i>(Inclusive, default is [% HoldsToPullStartDate %] days ago to today. Set other date ranges as needed.)</i></p>
203
[% END %]
204
200
<fieldset class="action"><input type="submit" name="run_report" value="Submit" class="submit"/></fieldset>
205
<fieldset class="action"><input type="submit" name="run_report" value="Submit" class="submit"/></fieldset>
201
</fieldset>
206
</fieldset>
202
</form>
207
</form>
203
- 

Return to bug 18641