From 58cdd793579bc230c896d7849aac36f56466638b Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 28 Nov 2023 18:46:11 +0000 Subject: [PATCH] Bug 35426: Improve layout of bookings modal form This patch changes the class on the bookings modal form's fieldset in order to make the form work better in the small space offered by the modal. Also changed: The hint for the patron search field has been moved below the field for consistency. To test, apply the patch and search for a title in the staff interface. - View the detail page. - If you don't see a "Place booking" button in the toolbar, click "Items" in the sidebar menu. - Locate the "Priority" heading, and change the "Bookable" setting to "Yes." - Click the "PLace booking" button in the toolbar. - The bookings modal form should appear, and the form layout should be improved. Signed-off-by: Barbara Johnson Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer --- .../intranet-tmpl/prog/en/includes/modals/place_booking.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/modals/place_booking.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/modals/place_booking.inc index ad93b6855e..b35b325192 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/modals/place_booking.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/modals/place_booking.inc @@ -9,14 +9,13 @@