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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-1 / +2 lines)
Lines 219-224 OPAC: Link Here
219
              type: textarea
219
              type: textarea
220
              syntax: javascript
220
              syntax: javascript
221
              class: code
221
              class: code
222
            - "<br><strong>NOTE:</strong> Library specific JS can be defined from <a href='/cgi-bin/koha/admin/branches.pl'>here</a>."
222
        -
223
        -
223
            - Include the additional CSS stylesheet
224
            - Include the additional CSS stylesheet
224
            - pref: OpacAdditionalStylesheet
225
            - pref: OpacAdditionalStylesheet
Lines 235-240 OPAC: Link Here
235
              type: textarea
236
              type: textarea
236
              syntax: css
237
              syntax: css
237
              class: code
238
              class: code
239
            - "<br><strong>NOTE:</strong> Library specific CSS can be defined from <a href='/cgi-bin/koha/admin/branches.pl'>here</a>."
238
        -
240
        -
239
            - 'Include a "More Searches" box on the detail pages of items on the OPAC, with the following HTML (leave blank to disable):'
241
            - 'Include a "More Searches" box on the detail pages of items on the OPAC, with the following HTML (leave blank to disable):'
240
            - '<br />Note: The placeholders {BIBLIONUMBER}, {CONTROLNUMBER}, {OCLC_NO}, {TITLE}, {ISBN}, {ISSN} and {AUTHOR} will be replaced with information from the displayed record.'
242
            - '<br />Note: The placeholders {BIBLIONUMBER}, {CONTROLNUMBER}, {OCLC_NO}, {TITLE}, {ISBN}, {ISSN} and {AUTHOR} will be replaced with information from the displayed record.'
241
- 

Return to bug 32721