From ffeee400a50387756e10a075eb9c9630c1e8b77a Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Mon, 10 Jul 2017 02:12:18 +0000 Subject: [PATCH] Bug 18917: Use font-awesome buttons for CSV profiles To test: 1) Go to Tools -> CSV profiles 2) Notice old style of links for Edit and Delete 3) Apply patch and refresh page 4) Notice buttons for Edit and Delete 5) Confirm they work as expected Sponsored-by: Catalyst IT Signed-off-by: Lee Jamison --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt index cd5c78a..40f64f5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt @@ -273,8 +273,7 @@ function reloadPage(p) { CSV separator CSV type Usage -   -   + Actions [% FOREACH csv_profile IN csv_profiles %] @@ -286,8 +285,10 @@ function reloadPage(p) { [% csv_profile.csv_separator %] [% PROCESS type_description type_code = csv_profile.type %] [% PROCESS used_for_description used_for_code = csv_profile.used_for %] - Edit - Delete + + Edit + Delete + [% END %] -- 2.1.4