From 1a34412484e02b1bda4f70d91daec6c3b5e8b9a3 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Mon, 20 Sep 2021 10:23:10 +0000 Subject: [PATCH] Bug 29057: Use font awesome icons on request.pl To test: 1 - Place some holds on a record 2 - View the 'Holds' tab in the staff interface 3 - Note the new icons 4 - Note their hover test 5 - Confirm the buttons still work as expected --- .../prog/en/includes/holds_table.inc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc index 59f33cd2a0..2383881702 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc @@ -16,7 +16,7 @@ Pickup library Details [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %] - Toggle set to lowest priority + [% END %]     @@ -85,19 +85,19 @@ - Go up + - Go top + - Go bottom + - Go down + [% ELSE %] @@ -184,9 +184,9 @@ [% IF ( hold.lowestPriority ) %] - Unset lowest priority + [% ELSE %] - Set to lowest priority + [% END %] @@ -197,7 +197,7 @@ - Cancel + -- 2.20.1