From c46614f97d5962176060477118707b8f43d65007 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 1 Mar 2016 14:48:45 -0500 Subject: [PATCH] [SIGNED-OFF]Bug 15951: Use Font Awesome icons for acquisitions order cancellation confirmation 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. Signed-off-by: Hector Castro Works as advertised --- 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 %] -- 1.7.10.4