Bug 9541: make OPAC login page respect OPAC_CSS_OVERRIDE
authorKyle M Hall <kyle@bywatersolutions.com>
Tue, 19 Feb 2013 16:41:59 +0000 (11:41 -0500)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Sat, 6 Jul 2013 23:21:49 +0000 (20:21 -0300)
commit69a8048eeecacff99b64fa722fa8850891476031
treec966f42a3f3bb6ad862b3a88358aeb5d0f04517f
parentf680ae1d4a5af747e2dc410cb4cc97dd06ba0693
Bug 9541: make OPAC login page respect OPAC_CSS_OVERRIDE

When clicking the login link for opac-user.pl in a multiple branch
scenario the environment variable for OPAC_CSS_OVERRIDE was ignored from
the koha-conf.xml file.  It seems like is is working on every page in
the opac except for the login page.

Test Plan:
1) Set up a Koha server with 2 separate catalog configurations
   ( e.g. opac1.kohatest, opac2.kohatest )
2) Set the OPAC_CSS_OVERRIDE directive for separate css files
   in each opac
3) Browse to the opac login page, note the css is not applied
4) Apply this patch
5) Reload the page, note the css is now applied

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit 71b79d59908cd85130afd8600eff0f93fc79b8a9)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
C4/Auth.pm