From 1ba7815a8df68a4deb028b8fd214245d4fa99590 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 8dd1fcf60f..afba981ccb 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 %]     @@ -83,16 +83,16 @@ [%- SET next_priority = loop.next.priority -%] - Go up + - Go top + - Go bottom + - Go down + [%- ELSE -%] @@ -174,9 +174,9 @@ [%- IF ( hold.lowestPriority ) -%] - Unset lowest priority + [%- ELSE -%] - Set to lowest priority + [%- END -%] @@ -186,7 +186,7 @@ [%- END -%] - Cancel + -- 2.20.1