From 27596ca2e4de7ad57c095c45f1ef6c9ad35f4848 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: Kyle M Hall --- 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 fbb275630f..eec00d910d 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