Bugzilla – Attachment 12526 Details for
Bug 8827
YUI CSS files no longer found on Yahoo servers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED_OFF] Patch
patch.txt (text/plain), 1.95 KB, created by
Marcel de Rooy
on 2012-09-26 13:37:11 UTC
(
hide
)
Description:
[SIGNED_OFF] Patch
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2012-09-26 13:37:11 UTC
Size:
1.95 KB
patch
obsolete
>From dae8c75164bfcd6b899f7307ddae71bf17354103 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 26 Sep 2012 08:59:45 -0400 >Subject: [PATCH] Bug 8827 - YUI CSS files no longer found on Yahoo servers >Content-Type: text/plain; charset="utf-8" > >This patch removes the [% yuipath %] variable from the link >to the YUI CSS files in the OPAC and adds a hard-coded path >to the local files. > >To test, set your yuipath system preference to "from Yahoo's >servers," clear your browser cache, and view the OPAC. The >style and layout should look the same as if your yuipath >preference were set to "local." > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Fixes broken display. >--- > .../opac-tmpl/prog/en/includes/doc-head-close.inc | 4 ++-- > 1 files changed, 2 insertions(+), 2 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 f032b20..35d395f 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 >@@ -3,8 +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="[% yuipath %]/reset-fonts-grids.css" /> >-<link rel="stylesheet" type="text/css" href="[% yuipath %]/skin.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.7.6 >
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 8827
:
12525
| 12526