From dd9a76863c2d256279e22da80165b25d826ccc7a Mon Sep 17 00:00:00 2001 From: Aleisha Date: Thu, 10 Mar 2016 01:53:30 +0000 Subject: [PATCH] [SIGNED-OFF] Bug 15993: Making currency actions buttons To test: 1) Go to Administration -> Currencies and exchange rates 2) Confirm that the actions 'Edit' and 'Delete' are now buttons and behave as expected. Sponsored-by: Catalyst IT Signed-off-by: Owen Leonard https://bugs.koha-community.org/show_bug.cgi?id=15593 --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt | 5 ++--- 1 file changed, 2 insertions(+), 3 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 8fb7152..7c2b4c8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt @@ -191,9 +191,8 @@ [% IF currency.active %]✓[% END %] [% IF currency.archived %]Yes[% END %] - Edit - | - Delete + Edit + Delete [% END %] -- 1.7.10.4