From 383e2c42702477638614310d8b62093f54361aba Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 26 Sep 2012 08:59:45 -0400 Subject: [PATCH] Bug 8827 - YUI CSS files no longer found on Yahoo servers 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 Fixes broken display. Signed-off-by: Paul Poulain --- koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close.inc | 4 ++-- 1 file 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 f032b20ed0..35d395fbdb 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 @@ - - + + [% SET opaclayoutstylesheet='opac.css' UNLESS opaclayoutstylesheet %] [% IF (opaclayoutstylesheet.match('^https?:|^\/')) %] -- 2.39.2