Bug 41647 - Make self-checkin use responsive CSS
Summary: Make self-checkin use responsive CSS
Status: Signed Off
Alias: None
Product: Koha
Classification: Unclassified
Component: Self checkout (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor
Assignee: David Cook
QA Contact: Testopia
URL:
Keywords:
Depends on: 41646
Blocks:
  Show dependency treegraph
 
Reported: 2026-01-16 04:31 UTC by David Cook
Modified: 2026-01-16 05:13 UTC (History)
0 users

See Also:
GIT URL:
Initiative type: ---
Sponsorship status: ---
Comma delimited list of Sponsors:
Crowdfunding goal: 0
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 41647: Fix self-checkin to use responsive CSS (2.97 KB, patch)
2026-01-16 04:39 UTC, David Cook
Details | Diff | Splinter Review
Bug 41647: Fix self-checkin to use responsive CSS (3.02 KB, patch)
2026-01-16 05:13 UTC, David Nind
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description David Cook 2026-01-16 04:31:02 UTC
As per bug 41645, the self-checkin has access to responsive CSS, but can't use it because it's missing 1 line of HTML:

<meta name="viewport" content="width=device-width, initial-scale=1">

Once that line is added, the CSS media queries start to work.
Comment 1 David Cook 2026-01-16 04:39:44 UTC
Created attachment 191542 [details] [review]
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
Comment 2 David Nind 2026-01-16 05:13:20 UTC
Created attachment 191545 [details] [review]
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 <david@davidnind.com>