From a774913eb0fd1240f90961833b7ba9186c7d9ca3 Mon Sep 17 00:00:00 2001 From: Aleisha Date: Sun, 6 Mar 2016 21:48:23 +0000 Subject: [PATCH] Bug 15988: Moving authority types actions into a drop-down menu To test: 1) Go to Administration -> Authority types 2) Confirm all actions ('MARC Structure', Edit', 'Delete') have been moved into a drop down menu for each auth type, and each action behaves as expected. Sponsored-by: Catalyst IT Signed-off-by: Nicole C Engard --- .../intranet-tmpl/prog/en/modules/admin/authtypes.tt | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt index e72cc60..0e899b8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt @@ -14,7 +14,7 @@ $(document).ready(function() { $("#authtypes").dataTable($.extend(true, {}, dataTablesDefaults, { "aoColumnDefs": [ - { "aTargets": [ -1, -2, -3 ], "bSortable": false, "bSearchable": false }, + { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false }, ], "sPaginationType": "four_button" })); @@ -151,8 +151,6 @@ Summary Auth field copied   - Edit - Delete @@ -162,9 +160,17 @@ [% authority_type.authtypetext %] [% authority_type.summary %] [% authority_type.auth_tag_to_report %] - MARC structure - Edit - Delete + + + [% END %] -- 2.1.4