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

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

Return to bug 35449