From 865e05d28a87ff3b6d30c13949aaaf5e5245d092 Mon Sep 17 00:00:00 2001 From: Aleisha Date: Tue, 16 Feb 2016 04:29:59 +0000 Subject: [PATCH] Bug 15826 - Use Font Awesome icons in confirmation dialogs - Tools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I only found one confirmation dialog, all the others use javascript. To test: Go to Tools -> Notices and Slips Click Delete on a notice Confirm Yes and No options still work as expected Check Tools module in case I missed any confirm dialogs Sponsored-by: Catalyst IT Signed-off-by: Marc VĂ©ron Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt index 14e8bc4..1f7ad2b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt @@ -465,11 +465,11 @@ $(document).ready(function() { - +
- +
[% END %] -- 2.7.0