Bug 7392: Follow-up
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Sat, 14 Jan 2012 15:06:40 +0000 (16:06 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 13 Feb 2012 10:32:53 +0000 (11:32 +0100)
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 <jcamins@cpbibliography.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref
koha-tmpl/opac-tmpl/prog/en/includes/opac-detail-sidebar.inc

index 1872b6e..8d1c394 100644 (file)
@@ -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 <code>http://</code> (if the file lives on a remote server). Leave blank to disable.
         -
-            - Use the CSS stylesheet [% opacthemelang %]/css/
+            - Use the CSS stylesheet in <code>.../css/</code>
             - pref: opaclayoutstylesheet
               class: file
             - on all pages in the OPAC, instead of the default (leave blank to disable).
index bbcd54d..a563542 100644 (file)
@@ -52,7 +52,6 @@
                 [% CASE 'marcstd' %]<option value="utf8">MARC (Unicode/UTF-8, Standard)</option>
                 [% CASE 'mods' %]<option value="mods">MODS (XML)</option>
                 [% CASE 'ris' %]<option value="ris">RIS</option>
-                [% CASE %]<option value="[% option %]">[% option %]</option>
             [% END %]
         [% END %]
         </select>
@@ -60,4 +59,4 @@
         <input type="hidden" name="bib" value="[% biblionumber %]" />
         <input type="submit" name="save" value="Go" /></form>
     </div>
-[% END %]
\ No newline at end of file
+[% END %]