@@ -, +, @@ subscription frequency deletion confirmation dialog - Added "action" attributes to
s to fix validation errors. - Added "alert" class to confirmation dialog so that it is correctly styled. - Click "Delete" on a frequency which is in use by a subscription. - Verify that the confirmation dialog is styled correctly. - Test that the "No, do not delete" button works correctly. - Test that the "Yes, delete" button deletes the correct frequency. --- .../prog/en/modules/serials/subscription-frequencies.tt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-frequencies.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-frequencies.tt @@ -160,7 +160,7 @@ $(document).ready(function() {

Frequencies

[% IF still_used %] -
+

This frequency is still used by [% subscriptions.size %] subscription(s). Do you still want to delete it? @@ -174,14 +174,14 @@ $(document).ready(function() { [% END %] - + - +

-
- + +
[% END %] --