From eb73a46b036f040a249db366c89763477acd8763 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 4 Nov 2024 14:56:35 +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. 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 | 69 +++++++++---------- 1 file changed, 33 insertions(+), 36 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 0b8e603503..78eb211586 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingbookings.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingbookings.tt @@ -51,43 +51,40 @@
-- 2.39.5