@@ -, +, @@ - 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. --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ a/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 ) %] --