From 59a0b570a13339b52d7e7cbc579ed7e77da958e8 Mon Sep 17 00:00:00 2001 From: Aleisha Date: Sun, 6 Mar 2016 22:40:42 +0000 Subject: [PATCH] Bug 15993: Moving currency actions into a drop-down menu To test: 1) Go to Administration -> Currencies and exchange rates 2) Confirm that the actions 'Edit' and 'Delete' have been moved into a drop-down menu and buttons behave as expected. Sponsored-by: Catalyst IT Signed-off-by: Nicole C Engard --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt index 305e471..8d4f736 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt @@ -177,7 +177,8 @@ Last updated Active Archived - Actions +   + @@ -191,9 +192,14 @@ [% IF currency.active %]✓[% END %] [% IF currency.archived %]Yes[% END %] - Edit - | - Delete + [% END %] -- 2.1.4