From 4f60b09e04c2a0489f8721ff7ea5782e0d5770b3 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 2 Dec 2024 12:53:05 +0000 Subject: [PATCH] Bug 38347: Fix style of sidebar form submit button on bookings to collect page This patch fixes the markup of the sidebar form on the bookings to collect page, and adds the correct "btn btn-primary" class to the submit button. NOTE: This patch contains indentation changes, so please ignore whitespace when viewing the diff. To test, apply the patch and go to Circulation -> Bookings to collect. In the sidebar form, confirm that the submit button has the same yellow "primary" style as other submit buttons, and that it fills the width of the sidebar. Sponsored-by: Athens County Public Libraries Signed-off-by: David Nind --- .../prog/en/modules/circ/pendingbookings.tt | 98 +++++++++---------- 1 file changed, 48 insertions(+), 50 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingbookings.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingbookings.tt index 593d7e190c..073ef57e68 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingbookings.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingbookings.tt @@ -52,59 +52,57 @@
-- 2.39.5