From 1b2dc829871a45bd97f7bae7eece67979d076b09 Mon Sep 17 00:00:00 2001 From: Aleisha Date: Sun, 6 Mar 2016 22:27:08 +0000 Subject: [PATCH] Bug 15991: Moving OAI sets actions into a drop-down menu To test: 1) Apply Bug 16014 first 2) Go to Administration -> OAI sets 3) Confirm that the actions 'Modify', 'Delete' and 'Define mappings' have been moved into a drop-down menu and buttons behave as expected. 4) Confirm you are asked to confirm on 'Delete' as per Bug 16014 Sponsored-by: Catalyst IT Signed-off-by: Nicole C Engard --- .../intranet-tmpl/prog/en/modules/admin/oai_sets.tt | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt index d78dd1f..35405ec 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt @@ -92,7 +92,7 @@ $(document).ready(function() { setSpec setName setDescriptions - Action +   @@ -112,11 +112,15 @@ $(document).ready(function() { [% END %] - Modify - | - Delete - | - Define mappings + [% END %] -- 1.7.10.4