From 0c45942499df4c898f0e7639b92bb806d27892a2 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 6 Aug 2020 15:22:07 +0100 Subject: [PATCH] Bug 26161: Move actions under rhs fieldsets This patch moves the action buttons div to within the column div that contains the 'This sale' and 'Collect payment' fieldsets. Test plan 1/ Apply patch 2/ Navigate to the 'Point of sale' page (having enabled UseCashRegisters and EnablePointOfSale) 3/ Confirm the 'Confirm' and 'Cancel' button/link now appear on the correct side. 4/ Signoff Signed-off-by: Sally --- koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt index 021e4ea611..87cbd926a5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt @@ -129,11 +129,11 @@ - -
- - Cancel +
+ + Cancel +
-- 2.11.0