https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38077 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #175576|0 |1 is obsolete| | --- Comment #3 from David Nind <david@davidnind.com> --- Created attachment 175581 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=175581&action=edit 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> -- You are receiving this mail because: You are watching all bug changes.