Comment 3 for bug 1466173

Revision history for this message
Terran McCanna (tmccanna) wrote :

I have submitted a small fix for the "hiding elements" portion of this ticket:

http://git.evergreen-ils.org/?p=working/Evergreen.git;a=commit;h=6967c0968c2f98e979101be595f6aa554cfb6112

For testing, simply apply and then log in / log out as a patron to be sure it is hiding the bottom content unless authenticated.

This fix does not include a mechanism for adding in easily updatable content, but I think for a local customization you could probably add a new DIV on main.tt2 that contains the content (maybe through an iframe so it could pull in a page from your library's web site?) and then add another line to the selfcheck.js to hide that div at the same time that the oils-selfck-bottom-div is being hidden:

openils.Util.hide('my-new-div');