From c5212a270010ee7a16a346d03ea68d24effae0a7 Mon Sep 17 00:00:00 2001 From: Aleisha Date: Sat, 19 Mar 2016 21:43:36 +0000 Subject: [PATCH] Bug 16110: Making lists actions buttons To test: 1) Go to Lists 2) Confirm that actions (Edit and Delete) now show as font awesome buttons and work as expected for both Public and Private lists Sponsored-by: Catalyst IT --- .../prog/en/modules/virtualshelves/tables/shelves_results.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt index 0304dbe..f19a54a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt @@ -37,7 +37,7 @@ [%~ action_block = action_block _ '' ~%] [%~ action_block = action_block _ '' ~%] [%~ action_block = action_block _ '' ~%] - [%~ action_block = action_block _ '' ~%] + [%~ action_block = action_block _ '' ~%] [%~ action_block = action_block _ '' ~%] [%~ END ~%] [%~ IF can_manage_shelf OR can_delete_shelf ~%] @@ -48,7 +48,7 @@ [%~ action_block = action_block _ '' ~%] [%~ action_block = action_block _ '' ~%] [%~ action_block = action_block _ '' ~%] - [%~ action_block = action_block _ '' ~%] + [%~ action_block = action_block _ '' ~%] [%~ action_block = action_block _ '' ~%] [%~ END ~%] [%~ ELSE ~%] -- 1.7.10.4