From 5e793df4180bc9114b421853ef65e057bb958b25 Mon Sep 17 00:00:00 2001 From: Aleisha Date: Thu, 10 Mar 2016 01:59:20 +0000 Subject: [PATCH] Bug 15995: Making libraries actions buttons To test: 1) Go to Administration -> Libraries and Groups 2) Confirm that the actions 'Edit' and 'Delete' are now buttons for BOTH tables under one column 'Actions' and buttons behave as expected. Sponsored-by: Catalyst IT --- .../prog/en/modules/admin/branches.tt | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 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..9573c2c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ -19,7 +19,7 @@ $(document).ready(function() { $("#branchest").dataTable($.extend(true, {}, dataTablesDefaults, { "aoColumnDefs": [ - { "aTargets": [ -1, -2 ], "bSortable": false, "bSearchable": false }, + { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false }, ], "iDisplayLength": 10, "sPaginationType": "four_button" @@ -227,8 +227,7 @@ tinyMCE.init({ Address Properties IP -   -   + Actions @@ -270,10 +269,8 @@ tinyMCE.init({ [% library.branchip %] - Edit - - - Delete + Edit + Delete [% END %] @@ -293,8 +290,7 @@ tinyMCE.init({ Name Code Description -   -   + Actions @@ -304,10 +300,8 @@ tinyMCE.init({ [% category.categorycode %] [% category.codedescription %] - Edit - - - Delete + Edit + Delete [% END %] -- 1.7.10.4