Bugzilla – Attachment 12575 Details for
Bug 8623
Javascript libraries should be outside theme directories
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 8623 follow-up: make sure CCSR theme loads YUI
Bug-8623-follow-up-make-sure-CCSR-theme-loads-YUI.patch (text/plain), 2.54 KB, created by
Kyle M Hall (khall)
on 2012-09-28 12:56:00 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 8623 follow-up: make sure CCSR theme loads YUI
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2012-09-28 12:56:00 UTC
Size:
2.54 KB
patch
obsolete
>From c43189a3c3ab88124f0cd124a1974c35eff5c388 Mon Sep 17 00:00:00 2001 >From: Jared Camins-Esakov <jcamins@cpbibliography.com> >Date: Thu, 27 Sep 2012 09:12:23 -0400 >Subject: [PATCH] Bug 8623 follow-up: make sure CCSR theme loads YUI >Content-Type: text/plain; charset="utf-8" > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/opac-tmpl/ccsr/en/css/opac.css | 4 ++-- > koha-tmpl/opac-tmpl/ccsr/en/css/sco.css | 6 +++--- > .../opac-tmpl/ccsr/en/includes/doc-head-close.inc | 2 ++ > 3 files changed, 7 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/ccsr/en/css/opac.css b/koha-tmpl/opac-tmpl/ccsr/en/css/opac.css >index cdf6441..e0ffe72 100644 >--- a/koha-tmpl/opac-tmpl/ccsr/en/css/opac.css >+++ b/koha-tmpl/opac-tmpl/ccsr/en/css/opac.css >@@ -1,5 +1,5 @@ >-@import url("../lib/yui/reset-fonts-grids.css"); >-@import url("../lib/yui/skin.css"); >+@import url("../../../lib/yui/reset-fonts-grids.css"); >+@import url("../../../lib/yui/skin.css"); > > a { > font-weight : bold; >diff --git a/koha-tmpl/opac-tmpl/ccsr/en/css/sco.css b/koha-tmpl/opac-tmpl/ccsr/en/css/sco.css >index 263c99f..5a79a47 100644 >--- a/koha-tmpl/opac-tmpl/ccsr/en/css/sco.css >+++ b/koha-tmpl/opac-tmpl/ccsr/en/css/sco.css >@@ -1,5 +1,5 @@ >-@import url("../../en/lib/yui/reset-fonts-grids.css"); >-@import url("../../en/lib/yui/skin.css"); >+@import url("../../../lib/yui/reset-fonts-grids.css"); >+@import url("../../../lib/yui/skin.css"); > > a { > font-weight : bold; >@@ -338,4 +338,4 @@ span.lang{ > > div.ft { > clear : both; >-} >\ No newline at end of file >+} >diff --git a/koha-tmpl/opac-tmpl/ccsr/en/includes/doc-head-close.inc b/koha-tmpl/opac-tmpl/ccsr/en/includes/doc-head-close.inc >index 5b6981d..407ab83 100644 >--- a/koha-tmpl/opac-tmpl/ccsr/en/includes/doc-head-close.inc >+++ b/koha-tmpl/opac-tmpl/ccsr/en/includes/doc-head-close.inc >@@ -3,6 +3,8 @@ > <meta name="generator" content="Koha [% Version %]" /> <!-- leave this for stats --> > <link rel="shortcut icon" href="[% IF ( OpacFavicon ) %][% OpacFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" /> > <link rel="stylesheet" type="text/css" href="[% themelang %]/lib/jquery/jquery-ui.css" /> >+<link rel="stylesheet" type="text/css" href="/opac-tmpl/lib/yui/reset-fonts-grids.css" /> >+<link rel="stylesheet" type="text/css" href="/opac-tmpl/lib/yui/skin.css" /> > [% SET opaclayoutstylesheet='opac.css' UNLESS opaclayoutstylesheet %] > [% IF (opaclayoutstylesheet.match('^https?:|^\/')) %] > <link rel="stylesheet" type="text/css" href="[% opaclayoutstylesheet %]" /> >-- >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 8623
:
11564
|
11570
|
11581
|
11582
|
12289
|
12554
|
12555
|
12574
| 12575