From 6c764d177a2d19e28a3ec9b3a5d6366917832c4d 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 Signed-off-by: Baptiste Wojtkowski --- .../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 f1946f43a1b..5f4abe3b249 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 @@ -37,7 +37,7 @@ - + [% IF ( Koha.Preference('OpacFavicon') ) %] [% ELSE %] @@ -145,14 +145,18 @@
[% INCLUDE 'csrf-token.inc' %] Scan -
-
+
+
-
+
+
+
-
+
+
+
-- 2.43.0