From f5d81f127931082893b4c54c125351694121e82d 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=UTF-8 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 --- 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