@@ -, +, @@ confirmation of currency deletion - Click the "delete" link next to any currency. - Verify that the confirmation dialog is correctly styled. - Test the both cancel and confirm operations. - Verify that the deletion confirmation dialog is correctly styled. --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt @@ -124,11 +124,11 @@ [% IF ( delete_confirm ) %] [% IF ( totalgtzero ) %] -
+

Cannot delete currency '[% searchfield %]'

This currency is used [% total %] times. Deletion not possible

- +
[% ELSE %] @@ -145,10 +145,10 @@
- +
- +
[% END %] @@ -157,7 +157,7 @@ [% IF ( delete_confirmed ) %]

Currency deleted

- +
[% END %] --