From c21e3af7b13cdfa80bd901aba34f8fc486e633dc 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 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 --- 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 fbb2756..eec00d9 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 %] -- 1.7.10.4