Bugzilla – Attachment 2066 Details for
Bug 4394
opaccolorstylesheet syspref won't allow an external URL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch file against current head
0001-Bug-4394-Allow-opaccolorstylesheet-syspref-to-use-an.patch (text/plain), 1.67 KB, created by
Chris Cormack
on 2010-04-21 12:48:00 UTC
(
hide
)
Description:
patch file against current head
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2010-04-21 12:48:00 UTC
Size:
1.67 KB
patch
obsolete
>From 8b4227fb1fef2267f8a13a1c4bec4cfdcf7d0556 Mon Sep 17 00:00:00 2001 >From: Jane Wagner <jwagner@ptfs.com> >Date: Wed, 21 Apr 2010 08:26:40 -0400 >Subject: [PATCH] Bug 4394 Allow opaccolorstylesheet syspref to use an external URL > >Previous code would only allow for an auxiliary stylesheet on the same server >--- > .../opac-tmpl/prog/en/includes/doc-head-close.inc | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close.inc b/koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close.inc >index a94acd2..ab30a1c 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close.inc >+++ b/koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close.inc >@@ -5,7 +5,7 @@ > <!-- TMPL_IF name="opacstylesheet" --><link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="opacstylesheet" -->" /><!-- TMPL_ELSE --> > <!-- TMPL_IF name="opaclayoutstylesheet" --><link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" -->/css/<!-- TMPL_VAR NAME="opaclayoutstylesheet" -->" /><!-- TMPL_ELSE --><link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" -->/css/opac.css" /><!-- /TMPL_IF --><!-- /TMPL_IF --> > <!-- TMPL_IF name="opaccolorstylesheet" --> >- <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" -->/css/<!-- TMPL_VAR NAME="opaccolorstylesheet" -->" /> >+ <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="opaccolorstylesheet" -->" /> > <!-- /TMPL_IF --> > <!-- TMPL_IF name="opac_css_override" --> > <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" -->/css/<!-- TMPL_VAR NAME="opac_css_override" -->" /> >-- >1.5.6.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 4394
:
2066
|
2067
|
2968
|
3696