@@ -, +, @@ --- .../prog/en/includes/holds_table.inc | 40 ++++++----- .../prog/en/modules/reserve/request.tt | 66 ++++++++++++++++++- 2 files changed, 88 insertions(+), 18 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc @@ -17,7 +17,9 @@ Pickup library Details [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %] - Toggle set to lowest priority + + + [% END %]     @@ -86,17 +88,20 @@ [%- SET prev_priority = loop.prev.priority -%] [%- SET next_priority = loop.next.priority -%] - - Go up + + - - Go top + + + - - Go bottom + + + - - Go down + + + [%- ELSE -%] @@ -185,12 +190,13 @@ [%- IF ( CAN_user_reserveforothers_modify_holds_priority ) -%] [%- UNLESS hold.found -%] - - [%- IF ( hold.lowestPriority ) -%] - Unset lowest priority - [%- ELSE -%] - Set to lowest priority - [%- END -%] + [% IF ( hold.lowestPriority ) %] + + + [% ELSE %] + + + [% END %] [%- ELSE -%] @@ -198,8 +204,8 @@ [%- END -%] [%- END -%] - - Cancel + + --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -24,7 +24,71 @@ Confirm holds › Holds › Circulation › Koha [% END %] [% INCLUDE 'doc-head-close.inc' %] -[% Asset.css("css/holds.css") | $raw %] +[% FILTER collapse %] + +[% END %] --