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 214-219 OPAC: Link Here
214
              type: textarea
214
              type: textarea
215
              syntax: javascript
215
              syntax: javascript
216
              class: code
216
              class: code
217
            - "<br><strong>NOTE:</strong> Library specific JS can be defined from <a href='/cgi-bin/koha/admin/branches.pl'>here</a>."
217
        -
218
        -
218
            - Include the additional CSS stylesheet
219
            - Include the additional CSS stylesheet
219
            - pref: OpacAdditionalStylesheet
220
            - pref: OpacAdditionalStylesheet
Lines 230-235 OPAC: Link Here
230
              type: textarea
231
              type: textarea
231
              syntax: css
232
              syntax: css
232
              class: code
233
              class: code
234
            - "<br><strong>NOTE:</strong> Library specific CSS can be defined from <a href='/cgi-bin/koha/admin/branches.pl'>here</a>."
233
        -
235
        -
234
            - 'Include a "More Searches" box on the detail pages of items on the OPAC, with the following HTML (leave blank to disable):'
236
            - 'Include a "More Searches" box on the detail pages of items on the OPAC, with the following HTML (leave blank to disable):'
235
            - '<br />Note: The placeholders {BIBLIONUMBER}, {CONTROLNUMBER}, {OCLC_NO}, {TITLE}, {ISBN}, {ISSN} and {AUTHOR} will be replaced with information from the displayed record.'
237
            - '<br />Note: The placeholders {BIBLIONUMBER}, {CONTROLNUMBER}, {OCLC_NO}, {TITLE}, {ISBN}, {ISSN} and {AUTHOR} will be replaced with information from the displayed record.'
236
- 

Return to bug 32721