From 58f9eded86c01d2889ed5a25551aba30c9b824a8 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 Signed-off-by: Jonathan Druart --- 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 cd5c78a21a..40f64f51c3 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.11.0