From b0efecc3d70c9724d08a710a65f5b6f5b68dfc21 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 1 Mar 2016 14:48:45 -0500 Subject: [PATCH] Bug 15951 - Use Font Awesome icons for acquisitions order cancellation confirmation Content-Type: text/plain; charset="utf-8" In Acquisitions, when you delete (cancel) an order, a dialog asks you to confirm. This dialog should be styled with Font Awesome icons. Other minor edit: Changing page grid style for centered main content area. To test, apply the patch and locate a basket in Acquisitions with an order. - View the details for the basket. - Click the 'Delete' link next to the order you want to delete. - Confirm that the dialog is correctly styled. - Test the cancel operation and verify that you are correctly redirected back to where you were. - Test the confirmation operation and verify that your order is deleted. - Also test the deletion process from Acquisitions -> Vendor -> Invoices -> Invoice -> Go to receipt page -> Delete order. --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt index be23874..eec4370 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt @@ -8,7 +8,7 @@ -
+
@@ -34,8 +34,8 @@ [% IF (del_biblio) %] [% END %] - - + +
[% ELSE %] -- 2.1.4