@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt @@ -195,8 +195,13 @@ $(document).ready(function() { -[% 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 %] -

[%- INCLUDE range_msg -%]

+ +[% IF ( HoldsToPullEndDate ) %] +

(Inclusive, default is [% HoldsToPullStartDate %] days ago to [% HoldsToPullEndDate %] days ahead. Set other date ranges as needed.)

+[% ELSE %] +

(Inclusive, default is [% HoldsToPullStartDate %] days ago to today. Set other date ranges as needed.)

+[% END %] +
--