From 9f27bde97d959367da60b3b25e6acaca9cdcea9b 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 Content-Type: text/plain; charset="utf-8" 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. --- 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.1.4