From 069d55f13d4f8a0ce8d6453eaac47cadbd65a472 Mon Sep 17 00:00:00 2001 From: Aleisha Date: Tue, 29 Mar 2016 23:44:56 +0000 Subject: [PATCH] Bug 16162: Making dictionary 'Delete' a button To test: 1) Go to Reports -> View dictionary 2) Confirm that the 'Delete definition' button now just says 'Delete' and is styled as a font awesome button. 3) Confirm that the button does not wrap on narrower browsers. 4) Confirm that column heading is now 'Action'. 5) Confirm that button deletes as expected. (If you're wondering about the missing confirm message upon delete, see Bug 16161.) Sponsored-by: Catalyst IT --- koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt index 30be1ed..09ad48b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt @@ -68,7 +68,7 @@ Description Area Definition -   + Action [% FOREACH definition IN definitions %] @@ -76,10 +76,10 @@ [% definition.description %] [% definition.areaname %] [% definition.saved_sql %] -
+ - +
[% END %] -- 1.7.10.4