Summary: | Minor spacing issue in self checkout login page | ||
---|---|---|---|
Product: | Koha | Reporter: | Caroline Cyr La Rose <caroline.cyr-la-rose> |
Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
Status: | Pushed to main --- | QA Contact: | Katrin Fischer <katrin.fischer> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | david |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
This fixes a minor spacing issue on the self checkout login page. The login form is now arranged vertically and includes more padding.
|
Version(s) released in: |
25.05.00
|
Circulation function: | |||
Attachments: |
Bug 38077: Fix minor spacing issue in self checkout login page
Bug 38077: Fix minor spacing issue in self checkout login page |
Description
Caroline Cyr La Rose
2024-10-03 14:36:29 UTC
Same thing if SelfCheckoutByLogin is set to cardnumber. Created attachment 175576 [details] [review] Bug 38077: Fix minor spacing issue in self checkout login page This patch adjusts the markup and CSS of the self checkout login screen so that form layout is consistent and readable. I have adjusted the template conditional so that it re-uses more form elements like <legend>. To test, apply the patch and enable WebBasedSelfCheck if necessary. - Set the SelfCheckoutByLogin system preference to 'cardnumber' - Go to the self-checkout page (/cgi-bin/koha/sco/sco-main.pl) - The login form should be labeled "Log in to your account" followed by the label, form field, and submit button arranged vertically. - Set the SelfCheckoutByLogin preference to "username and password" - Reload the self-checkout page. The form should look the same with the addition of the password field. Sponsored-by: Athens County Public Libraries Created attachment 175581 [details] [review] Bug 38077: Fix minor spacing issue in self checkout login page This patch adjusts the markup and CSS of the self checkout login screen so that form layout is consistent and readable. I have adjusted the template conditional so that it re-uses more form elements like <legend>. To test, apply the patch and enable WebBasedSelfCheck if necessary. - Set the SelfCheckoutByLogin system preference to 'cardnumber' - Go to the self-checkout page (/cgi-bin/koha/sco/sco-main.pl) - The login form should be labeled "Log in to your account" followed by the label, form field, and submit button arranged vertically. - Set the SelfCheckoutByLogin preference to "username and password" - Reload the self-checkout page. The form should look the same with the addition of the password field. Sponsored-by: Athens County Public Libraries Signed-off-by: David Nind <david@davidnind.com> Testing notes (using KTD): 1. After applying the patch, run yarn build QA by RM Pushed for 25.05! Well done everyone, thank you! |