From c884f663bebe6b9f1467b0db87f3461c42428370 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 4 Mar 2016 11:37:42 -0500 Subject: [PATCH] Bug 15980 - Use Font Awesome icons in subscription frequency deletion confirmation dialog Content-Type: text/plain; charset="utf-8" If you try to delete a subscription frequency which is in use by an existing subscription you will be shown a confirmation dialog. This dialog should use Font Awesome icons. Other minor changes: - Added "action" attributes to
s to fix validation errors. - Added "alert" class to confirmation dialog so that it is correctly styled. To test, apply the patch and go to Serials -> Frequencies. - 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(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-frequencies.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-frequencies.tt index 8442ed2..dcaa2a1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-frequencies.tt +++ b/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 %] -- 2.1.4