[Koha-bugs] [Bug 31064] Local login is difficult to style using CSS

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 29 10:47:53 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31064

--- Comment #1 from David Cook <dcook at prosentient.com.au> ---
Created attachment 136705
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=136705&action=edit
Bug 31064: Wrap local login with stylable element

Test plan:
0. Apply patch
1. Go to
http://localhost:8081/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACUserCSS
2. Set syspref to the following:
.local-login {
      display: none;
}
3. Go to http://localhost:8080/cgi-bin/koha/opac-main.pl
3b. Note that the local login boxes are hidden
("Log in to your account:" remains so that other login options can be supplied
by OpacUserJS)

4. Click on "Log in to your account" on the top toolbar
4b. Note that the local login boxes are hidden
("Log in to your account:" remains so that other login options can be supplied
by OpacUserJS)

5. Go to http://localhost:8080/cgi-bin/koha/opac-user.pl
5b. Note that the local login boxes are hidden
("Log in to your account" remains so that other login options can be supplied
by OpacUserJS)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list