From cfb46e45cb74fdc4a42bb48df78fe820d31fdc86 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 3 Feb 2016 08:40:20 -0500 Subject: [PATCH] Bug 15784: Library deletion warning is incorrectly styled When deleting a library in Administration -> Libraries and groups, the deletion confirmation message is not styled with the standard "dialog alert"
. This patch modifies the confirmation markup to match the standard. To test, apply the patch and go to Administration -> Libraries and groups. - Try deleting a library. The confirmation box should have the standard "dialog alert" class. - Test the 'confirm' and 'cancel' actions and make sure both complete correctly. Signed-off-by: Julian Maurice --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt index 29b54b9..010f77e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ -164,12 +164,19 @@ tinyMCE.init({ [% END %] [% IF ( delete_confirm ) %] -
-
Confirm deletion of [% branchname %] ([% branchcode %])? +
+ +

Are you sure you want to delete [% branchname %] ([% branchcode %])?

+ + -
Cancel
-
+ + +
+ +
+
[% END %] [% IF ( else ) %] -- 2.1.4