From 6648fb3359836f90c5a4c400ff9630a9ec139b5d Mon Sep 17 00:00:00 2001 From: David Cook Date: Fri, 16 Jan 2026 04:37:15 +0000 Subject: [PATCH] Bug 41647: Fix self-checkin to use responsive CSS Test plan: 0. Apply the patch 1. Enable the SelfCheckInModule system preference 2. Go to http://localhost:8080/cgi-bin/koha/sci/sci-main.pl 3. Enter barcode 39999000004571 into input box, click "Submit", then click "Check in" 4. Using your F12 dev tools, look at the interface with different widths 5. Note that the page looks good on both large and small screens 6. Note that the page stays contained to the small screen size and you don't have to scroll horizontally to see all the content --- .../opac-tmpl/bootstrap/en/modules/sci/sci-main.tt | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt index cf72578304b..4f310769b1e 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt @@ -30,7 +30,7 @@ - + [% IF ( Koha.Preference('OpacFavicon') ) %] [% ELSE %] @@ -137,14 +137,18 @@
[% INCLUDE 'csrf-token.inc' %] Scan -
-
+
+
-
+
+
+
-
+
+
+
-- 2.39.5