Bugzilla – Attachment 52238 Details for
Bug 16709
[3.20.x] Bug 11038 is not applied correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16709: Followup of bug 11038 for 3.20.x only
Bug-16709-Followup-of-bug-11038-for-320x-only.patch (text/plain), 2.03 KB, created by
Julian Maurice
on 2016-06-10 14:49:02 UTC
(
hide
)
Description:
Bug 16709: Followup of bug 11038 for 3.20.x only
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2016-06-10 14:49:02 UTC
Size:
2.03 KB
patch
obsolete
>From 5035a02ef1a5f479345471b60a115bc257a97fa6 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Fri, 10 Jun 2016 16:48:35 +0200 >Subject: [PATCH] Bug 16709: Followup of bug 11038 for 3.20.x only > >--- > C4/Auth.pm | 2 +- > koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc | 1 - > 2 files changed, 1 insertion(+), 2 deletions(-) > >diff --git a/C4/Auth.pm b/C4/Auth.pm >index b52b55c..59366f1 100644 >--- a/C4/Auth.pm >+++ b/C4/Auth.pm >@@ -1225,7 +1225,7 @@ sub checkauth { > IntranetNav => C4::Context->preference("IntranetNav"), > IntranetFavicon => C4::Context->preference("IntranetFavicon"), > intranetuserjs => C4::Context->preference("intranetuserjs"), >- IntranetUserJS => C4::Context->preference("IntranetUserJS"), >+ IntranetUserCSS => C4::Context->preference("IntranetUserCSS"), > IndependentBranches => C4::Context->preference("IndependentBranches"), > AutoLocation => C4::Context->preference("AutoLocation"), > wrongip => $info{'wrongip'}, >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc >index 88f1de1..56c7cac 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc >@@ -21,7 +21,6 @@ > [% IF ( bidi ) %] > <link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left.css" /> > [% END %] >-[% IF ( IntranetUserCSS ) %]<style type="text/css">[% IntranetUserCSS %]</style>[% END %] > <script type="text/javascript" src="[% interface %]/lib/jquery/jquery.js"></script> > <script type="text/javascript" src="[% interface %]/lib/jquery/jquery-ui.js"></script> > <script type="text/javascript" src="[% interface %]/lib/shortcut/shortcut.js"></script> >-- >2.1.4
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 16709
:
52238
|
52414
|
52533