[Koha-bugs] [Bug 12663] SCOUserCSS and SCOUserJS ignored on selfcheck login page.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jan 23 20:36:31 CET 2016


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12663

--- Comment #2 from M. Tompsett <mtompset at hotmail.com> ---
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.


More information about the Koha-bugs mailing list