From 144bb01637f287f7238f80996646585da13a6da5 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Wed, 15 Feb 2023 22:00:59 +0000 Subject: [PATCH] Bug 32946: (QA follow-up) Fix "Send cart" form The send cart form is almost identical to the list 'Send list' form and requires the exact same fixes to look good. This patch achieves the same look for both forms. To test: * Fill your cart in the OPAC * Open the cart to view contents * Click on "Send" * The form shoud look nicely aligned * Compary to form for sending lists, they should look the same Signed-off-by: Katrin Fischer --- .../opac-tmpl/bootstrap/en/modules/opac-sendbasketform.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasketform.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasketform.tt index 907d930995..577f149503 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasketform.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasketform.tt @@ -28,12 +28,12 @@ [% ELSE %]
-

Sending your cart

-
+
+

Sending your cart

- + - +
-- 2.30.2