From 3dfa55270c2949c74a04309aa935fdff5c04189f Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 2 Mar 2016 14:25:30 -0500 Subject: [PATCH] Bug 15963: Use Font Awesome icons for confirmation after deleting MARC tag This patch revises the dialog which appears after you have deleted a MARC tag. To test, apply the patch and go to Administration -> MARC frameworks -> MARC sturcture -> Delete. - Confirm that you want to delete a MARC tag. - Verify that the confirmation dialog you are shown is styled correctly. - Verify that clicking "OK" redirects you to the right place. Signed-off-by: Hector Castro Works as advertised Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt index 4213f49..c007f84 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt @@ -134,7 +134,7 @@ $(document).ready(function() {

Tag deleted

- +
[% END %] [% IF ( framework_create ) %] -- 2.7.0