From 18b033408866e10722b85c1658e16f1d87d37762 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 Signed-off-by: David Nind --- .../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 cf72578304..4f310769b1 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