From 0f3b99b4e7b0350aa3285b6d0aca9c78ce53b43c 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 --- .../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