@@ -, +, @@ - 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. --- .../intranet-tmpl/prog/en/modules/admin/branches.tt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ -202,18 +202,18 @@ tinyMCE.init({ [% END %] [% IF op == 'delete_confirm' and not ( items_count or patrons_count )%] -
-
- Confirm deletion of [% library.branchname %] ([% library.branchcode %])? +
+ +

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

-
- - Cancel -
-
-
+ + +
+ +
+ [% END %] [% IF op == 'list' %] --