From 5046027c3bf6a3b03e71f31baa91f4ede093cf7b Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 14 Jan 2012 16:06:40 +0100 Subject: [PATCH] Bug 7392: Follow-up Content-Type: text/plain; charset="UTF-8" Patch makes changes according to QA comments: - entering an unknown format code will generate no entry in the OPAC pull down - small change to the description of opaclayoutstylesheet system preference Signed-off-by: Jared Camins-Esakov --- .../prog/en/modules/admin/preferences/opac.pref | 2 +- .../prog/en/includes/opac-detail-sidebar.inc | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref index 1872b6e..8d1c394 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -132,7 +132,7 @@ OPAC: class: file - to override specified settings from the default stylesheet. Enter the filename (if the file is in the server's css directory) or a complete URL beginning with http:// (if the file lives on a remote server). Leave blank to disable. - - - Use the CSS stylesheet [% opacthemelang %]/css/ + - Use the CSS stylesheet in .../css/ - pref: opaclayoutstylesheet class: file - on all pages in the OPAC, instead of the default (leave blank to disable). diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/opac-detail-sidebar.inc b/koha-tmpl/opac-tmpl/prog/en/includes/opac-detail-sidebar.inc index bbcd54d..a563542 100644 --- a/koha-tmpl/opac-tmpl/prog/en/includes/opac-detail-sidebar.inc +++ b/koha-tmpl/opac-tmpl/prog/en/includes/opac-detail-sidebar.inc @@ -52,7 +52,6 @@ [% CASE 'marcstd' %] [% CASE 'mods' %] [% CASE 'ris' %] - [% CASE %] [% END %] [% END %] @@ -60,4 +59,4 @@ -[% END %] \ No newline at end of file +[% END %] -- 1.7.2.5