@@ -, +, @@ --- .../prog/en/modules/reserve/request.tt | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -469,10 +469,10 @@ function checkMultiHold() { [% ELSIF ( itemloo.override ) %] - Requires override of hold policy + Requires override of hold policy [% ELSE %] - Cannot be put on hold + Cannot be put on hold [% END %] [% IF ( item_level_itypes ) %] @@ -508,10 +508,10 @@ function checkMultiHold() { [% IF ( itemloo.onloan ) %] Due [% itemloo.date_due %] [% ELSE %] - [% IF ( itemloo.transfertwhen ) %] + [% IF ( itemloo.transfertwhen ) %] In transit from [% itemloo.transfertfrom %], to [% itemloo.transfertto %], since [% itemloo.transfertwhen %] - [% END %] + [% END %] [% END %] [% IF ( itemloo.message ) %] @@ -662,7 +662,7 @@ function checkMultiHold() { Pickup library Details [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %] - Toggle set to lowest priority + Toggle set to lowest priority [% END %]   [% IF SuspendHoldsIntranet %] [% END %] @@ -700,19 +700,19 @@ function checkMultiHold() { [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %] - Go up + Go up - Go top + Go top - Go bottom + Go bottom - Go down + Go down [% END %] @@ -793,9 +793,9 @@ function checkMultiHold() { [% IF ( reserveloo.lowestPriority ) %] - Unset lowest priority + Unset lowest priority [% ELSE %] - Set to lowest priority + Set to lowest priority [% END %] @@ -803,7 +803,7 @@ function checkMultiHold() { - Cancel + Cancel --