From 4616390ac4a6eb9be4fef6f4bd43998d9c210d24 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 Content-Type: text/plain; charset="utf-8" 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. --- .../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

-- 2.1.4