http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12663
--- Comment #2 from M. Tompsett <[email protected]> --- Comment on attachment 46736 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46736 Bug 12663 - SCOUserCSS and SCOUserJS ignored on selfcheck login page Review of attachment 46736: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=12663&attachment=46736) ----------------------------------------------------------------- ::: C4/Auth.pm @@ +1250,5 @@ > PatronSelfRegistrationDefaultCategory => > C4::Context->preference("PatronSelfRegistrationDefaultCategory"), > persona => > C4::Context->preference("Persona"), > opac_css_override => $ENV{'OPAC_CSS_OVERRIDE'}, > + SCOUserCSS => > C4::Context->preference("SCOUserCSS"), > + SCOUserJS => > C4::Context->preference("SCOUserJS"), There is no need to pass system preferences. Use Koha.Preference calls in the Template Toolkit files. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
