Bugzilla – Attachment 15553 Details for
Bug 9541
Opac-user doesn't load correct CSS for multiple branches
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9541 - Opac-user doesn't load correct CSS for multiple branches
Bug-9541---Opac-user-doesnt-load-correct-CSS-for-m.patch (text/plain), 860 bytes, created by
Kyle M Hall (khall)
on 2013-02-19 16:54:14 UTC
(
hide
)
Description:
Bug 9541 - Opac-user doesn't load correct CSS for multiple branches
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-02-19 16:54:14 UTC
Size:
860 bytes
patch
obsolete
>From 220f31105e545abbede3c0e6fdfe2caf4c011077 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 19 Feb 2013 11:41:59 -0500 >Subject: [PATCH] Bug 9541 - Opac-user doesn't load correct CSS for multiple branches > >--- > C4/Auth.pm | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/C4/Auth.pm b/C4/Auth.pm >index 0c57a3f..b674ef5 100644 >--- a/C4/Auth.pm >+++ b/C4/Auth.pm >@@ -992,6 +992,7 @@ sub checkauth { > wrongip => $info{'wrongip'}, > PatronSelfRegistration => C4::Context->preference("PatronSelfRegistration"), > PatronSelfRegistrationDefaultCategory => C4::Context->preference("PatronSelfRegistrationDefaultCategory"), >+ opac_css_override => $ENV{'OPAC_CSS_OVERRIDE'}, > ); > > $template->param( OpacPublic => C4::Context->preference("OpacPublic")); >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 9541
:
15552
|
15553
|
18038
|
18563
|
19109