@@ -, +, @@ --- .../prog/en/modules/circ/waitingreserves.tt | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt @@ -72,7 +72,7 @@ - [% END %] + [% END # /IF messagetransfert%] [% IF ( waiting ) %]

This item is on hold for pick-up at your library

@@ -83,8 +83,8 @@
- [% END %] - [% END %] + [% END # /IF waiting %] + [% END # /FOREACH cancel_result %] [% ELSE %] [% IF enqueued %]
@@ -105,7 +105,7 @@ Holds with cancellation requests: [% cancel_reqs_count | html %] - +
[% IF ( reserveloop ) %] @@ -116,7 +116,7 @@ [% ELSE %]
No holds found.
[% END %] -
+
[% IF ( ReservesMaxPickUpDelay ) %]

Holds listed here have been awaiting pickup for more than [% ReservesMaxPickUpDelay | html %] days.

@@ -141,18 +141,18 @@ [% INCLUDE waiting_holds.inc table_name='holdso' reserveloop=overloop tab='holdsover' %] [% ELSE %]
No holds found.
- [% END %] -
+ [% END # /IF( overloop ) %] +
[% IF cancel_reqs_count %] [% INCLUDE waiting_holds.inc select_column='1' table_name='holdscr' reserveloop=cancel_reqs tab='holdscr' %] [% ELSE %]
No holds found.
[% END %] -
- - - [% END %] + + + + [% END # /IF ( cancel_result ) %] [% IF Koha.Preference('CircSidebar') %] @@ -190,16 +190,16 @@ [% END %] [% END %] - - + + - - - + + + + [% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] --