From 1fc1164bac9d6b0b5f75a4c19d7fd09e046d6035 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 Signed-off-by: Jonathan Druart --- 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 6b91775..af909da 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt @@ -207,7 +207,8 @@ Last updated Active Archived - Actions +   + @@ -221,9 +222,14 @@ [% IF currency.active %]✓[% END %] [% IF currency.archived %]Yes[% END %] - Edit - | - Delete + [% END %] -- 2.7.0