From cf3532bb7816d80564ad7255f3ee1b82294e391a Mon Sep 17 00:00:00 2001 From: Aleisha Date: Sun, 6 Mar 2016 22:57:05 +0000 Subject: [PATCH] Bug 15995: Moving libraries actions into a drop-down menu To test: 1) Go to Administration -> Libraries and Groups 2) Confirm that the actions 'Edit' and 'Delete' have been moved into drop-down menus for BOTH tables and buttons behave as expected. Sponsored-by: Catalyst IT --- .../prog/en/modules/admin/branches.tt | 26 ++++++++++++-------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt index 8c66bed..fd004d5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ -228,7 +228,6 @@ tinyMCE.init({ Properties IP   -   @@ -270,10 +269,14 @@ tinyMCE.init({ [% library.branchip %] - Edit - - - Delete + [% END %] @@ -294,7 +297,6 @@ tinyMCE.init({ Code Description   -   @@ -304,10 +306,14 @@ tinyMCE.init({ [% category.categorycode %] [% category.codedescription %] - Edit - - - Delete + [% END %] -- 1.7.10.4