From d239aa7a38e9bc9e1c5362d5fa719262198216ea Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 4 Mar 2016 11:17:50 -0500 Subject: [PATCH] Bug 15979 - Use Font Awesome icons subscription deletion confirmation dialog When deleting a subscription which has not expired or which has linked issues or items, a dialog asks for confirmation. This patch updates the dialog to use Font Awesome icons. Other minor change: Corrected capitalization in dialog heading. To test, apply the patch and go to Serials. - Locate a subscription which can be deleted and which has not expired, has linked items, or has linked issues. - View the detail page for that subscription. - Choose "Delete subscription" from the "Edit" menu. - Verify that the confirmation dialog is correctly styled. - Verify that the "No, don't delete" button works correctly. - Verify that the "Yes, delete" button deletes the subscription. Signed-off-by: Nicole C Engard --- .../intranet-tmpl/prog/en/modules/serials/subscription-detail.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt index dc0e246..858f41a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt @@ -50,7 +50,7 @@ $(document).ready(function() { [% END %] [% IF ( NEEDSCONFIRMATION ) %]
-

Please Confirm Subscription deletion

+

Please confirm subscription deletion

    [% IF ( NOTEXPIRED ) %]
  • The subscription has not expired yet
  • [% END %] @@ -61,11 +61,11 @@ $(document).ready(function() { - +
    - +
-- 2.1.4