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

Lucas Gass <lu...@bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #157770|0                           |1
        is obsolete|                            |

--- Comment #4 from Lucas Gass <lu...@bywatersolutions.com> ---
Created attachment 157859
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=157859&action=edit
Bug 35147: Add classes to Shibboleth text on OPAC login page

This enhancement makes it easier for libraries to change the Shibboleth-related
messages on the OPAC login page.

Libraries can employ OPACUserJS to change the text. For e.g., I can replace the
message "If you do not have a Shibboleth account, but you do have a local
login, then you may login below." by putting the following in OPACUserJS:

$(".shib_local_text").text("If you do not have a staff member account, but are
a member of the library, then you may log in below.");

To test:

1. Go to <your-opac-url>/cgi-bin/koha/opac-user.pl , or disable the OpacPublic
system preference. Ensure you are logged out of the OPAC.
2. In the staff interface, search for the OPACUserJS system preference under
Koha Administration. Add the following JS and Save:

$(".shib_invalid").text("Test changing the invalid Shibboleth login message.");
$(".shib_title").text("Test changing the Shibboleth login heading.");
$(".shib_url").text("Test changing the Shibboleth account link text.");
$(".shib_local_title").text("Test changing the local login heading.");
$(".shib_local_text").text("Test changing the message that shows if you do not
have a Shibboleth account.");

3. Refresh the OPAC and confirm the text changes to reflect your JS. Note: The
invalid Shibboleth login will be a bit harder to test, so if you can't test,
confirm the HTML in the patch looks correct.

Sponsored-by: New Zealand Council for Educational Research
Signed-off-by: Lucas Gass <lu...@bywatersolutions.com>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to