@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc @@ -74,7 +74,7 @@ [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %] - [% UNLESS hold.found %] + [% UNLESS hold.found %] [% SET prev_priority = loop.prev.priority %] [% SET next_priority = loop.next.priority %] [% holds.index | html %] @@ -96,9 +96,9 @@ Go down - [% ELSE %] - - [% END %] + [% ELSE %] + + [% END %] [% END %] @@ -167,7 +167,7 @@ [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %] - [% UNLESS hold.found %] + [% UNLESS hold.found %] [% IF ( hold.lowestPriority ) %] @@ -177,9 +177,9 @@ [% END %] - [% ELSE %] - - [% END %] + [% ELSE %] + + [% END %] [% END %] --