From e8bcb0ee79980d578e29944daa11202ee5d2e2a9 Mon Sep 17 00:00:00 2001 From: Aleisha Date: Mon, 11 Apr 2016 02:18:13 +0000 Subject: [PATCH] Bug 16236: Making authorised values actions buttons To test: 1) Go to Admin -> Authorised values 2) Select a category 3) Confirm that Edit and Delete shows as buttons under 'Actions' column and work as expected Sponsored-by: Catalyst IT Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall --- .../prog/en/modules/admin/authorised_values.tt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt index 293a379d2a..1f10dced4e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt @@ -252,8 +252,7 @@ $(document).ready(function() { Description (OPAC) Icon Branches limitations - Edit - Delete + Actions [% FOREACH loo IN loop %] @@ -282,8 +281,8 @@ $(document).ready(function() { No limitation [% END %] - Edit - Delete + Edit + Delete [% END %] [% ELSE %] -- 2.39.5