View | Details | Raw Unified | Return to bug 7392
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-1 / +1 lines)
Lines 132-138 OPAC: Link Here
132
              class: file
132
              class: file
133
            - 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.
133
            - 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.
134
        -
134
        -
135
            - Use the CSS stylesheet [% opacthemelang %]/css/
135
            - Use the CSS stylesheet in <code>.../css/</code>
136
            - pref: opaclayoutstylesheet
136
            - pref: opaclayoutstylesheet
137
              class: file
137
              class: file
138
            - on all pages in the OPAC, instead of the default (leave blank to disable).
138
            - 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 (-3 / +1 lines)
Lines 52-58 Link Here
52
                [% CASE 'marcstd' %]<option value="utf8">MARC (Unicode/UTF-8, Standard)</option>
52
                [% CASE 'marcstd' %]<option value="utf8">MARC (Unicode/UTF-8, Standard)</option>
53
                [% CASE 'mods' %]<option value="mods">MODS (XML)</option>
53
                [% CASE 'mods' %]<option value="mods">MODS (XML)</option>
54
                [% CASE 'ris' %]<option value="ris">RIS</option>
54
                [% CASE 'ris' %]<option value="ris">RIS</option>
55
                [% CASE %]<option value="[% option %]">[% option %]</option>
56
            [% END %]
55
            [% END %]
57
        [% END %]
56
        [% END %]
58
        </select>
57
        </select>
Lines 60-63 Link Here
60
        <input type="hidden" name="bib" value="[% biblionumber %]" />
59
        <input type="hidden" name="bib" value="[% biblionumber %]" />
61
        <input type="submit" name="save" value="Go" /></form>
60
        <input type="submit" name="save" value="Go" /></form>
62
    </div>
61
    </div>
63
[% END %]
62
[% END %]
64
- 

Return to bug 7392