@@ -, +, @@ - entering an unknown format code will generate no entry in the OPAC pull down - small change to the description of opaclayoutstylesheet system preference --- .../prog/en/modules/admin/preferences/opac.pref | 2 +- .../prog/en/includes/opac-detail-sidebar.inc | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ a/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). --- a/koha-tmpl/opac-tmpl/prog/en/includes/opac-detail-sidebar.inc +++ a/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 %] +[% END %] --