From 6155325b7f1cd2615e2ec8f1bf6ebfe96db60881 Mon Sep 17 00:00:00 2001 From: Hector Castro Date: Tue, 21 Jun 2016 13:24:20 -0600 Subject: [PATCH] Bug 16792: Add Font Awesome Icon and mini button to Keyword to MARC mapping section MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Improve Admin > Keyword to MARC mapping to fit with others interfaces in Koha. This bug change "Delete" link with a mini-button and introduce the trash icon. To test: -Apply patch -Goto Admin > Keyword to MARC mapping -Select one framework -Add some mappings -Notice about the new button with trash icon Signed-off-by: Marc Véron Signed-off-by: Kyle M Hall Signed-off-by: Mason James --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/fieldmapping.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/fieldmapping.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/fieldmapping.tt index 295299bcc3..ca1e0a8ec4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/fieldmapping.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/fieldmapping.tt @@ -71,7 +71,7 @@ $(document).ready(function() { [% field.field %] [% field.fieldcode %] [% field.subfieldcode %] - Delete + Delete [% END %] [% END %] -- 2.39.5