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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-2 / +2 lines)
Lines 90-96 OPAC: Link Here
90
            - 'Display lists in the OPAC using XSLT stylesheet at: '
90
            - 'Display lists in the OPAC using XSLT stylesheet at: '
91
            - pref: OPACXSLTListsDisplay
91
            - pref: OPACXSLTListsDisplay
92
              class: file
92
              class: file
93
            - '<br />Options:<ul><li>Enter "<a href="#" class="set_syspref" data-syspref="OPACXSLTListsDisplay" data-value="default">default</a>" for the default stylesheet</li><li>Put a path to define an xslt file</li><li>Put a URL for an external specific stylesheet.</li><li>NOTE: The system preference <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=PassItemMarcToXSLT">PassItemMarcToXSLT</a> must be enabled if your custom stylesheet utilizes data in the item fields</li></ul>If you have multiple stylesheets for different languages the placeholder {langcode} will be replaced with current interface language.'
93
            - '<br />Options:<ul><li>Enter "<a href="#" class="set_syspref" data-syspref="OPACXSLTListsDisplay" data-value="default">default</a>" for the default stylesheet</li><li>Put a path to define an xslt file</li><li>Put a URL for an external specific stylesheet.</li></ul>If you have multiple stylesheets for different languages the placeholder {langcode} will be replaced with current interface language.'
94
        -
94
        -
95
            - 'Display OPAC results using XSLT stylesheet at: '
95
            - 'Display OPAC results using XSLT stylesheet at: '
96
            - pref: OPACXSLTResultsDisplay
96
            - pref: OPACXSLTResultsDisplay
Lines 100-106 OPAC: Link Here
100
            - 'Display OPAC details using XSLT stylesheet at: '
100
            - 'Display OPAC details using XSLT stylesheet at: '
101
            - pref: OPACXSLTDetailsDisplay
101
            - pref: OPACXSLTDetailsDisplay
102
              class: file
102
              class: file
103
            - '<br />Options:<ul><li>Enter "<a href="#" class="set_syspref" data-syspref="OPACXSLTDetailsDisplay" data-value="default">default</a>" for the default stylesheet</li><li>Put a path to define an xslt file</li><li>Put a URL for an external specific stylesheet.</li><li>NOTE: The system preference <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=PassItemMarcToXSLT">PassItemMarcToXSLT</a> must be enabled if your custom stylesheet utilizes data in the item fields</li></ul>If you have multiple stylesheets for different languages the placeholder {langcode} will be replaced with current interface language.'
103
            - '<br />Options:<ul><li>Enter "<a href="#" class="set_syspref" data-syspref="OPACXSLTDetailsDisplay" data-value="default">default</a>" for the default stylesheet</li><li>Put a path to define an xslt file</li><li>Put a URL for an external specific stylesheet.</li></ul>If you have multiple stylesheets for different languages the placeholder {langcode} will be replaced with current interface language.'
104
        -
104
        -
105
            - pref: OpacNoItemTypeImages
105
            - pref: OpacNoItemTypeImages
106
              default: 0
106
              default: 0
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref (-1 / +2 lines)
Lines 281-287 Searching: Link Here
281
              choices:
281
              choices:
282
                  1: Do
282
                  1: Do
283
                  0: "Don't"
283
                  0: "Don't"
284
            - "make item MARC tags available to XSLT stylesheets. Default is \"Don't\", items are displayed using other methods."
284
            - "make item MARC fields (MARC21 952, UNIMARC 995) available to XSLT stylesheets for OPAC and staff interface results pages."
285
            - "<br/>Default is \"Don't\", items are displayed using other methods."
285
        -
286
        -
286
            - pref: ShowHeadingUse
287
            - pref: ShowHeadingUse
287
              choices:
288
              choices:
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_interface.pref (-3 / +2 lines)
Lines 76-82 Staff interface: Link Here
76
            - 'Display lists in the staff interface using XSLT stylesheet at: '
76
            - 'Display lists in the staff interface using XSLT stylesheet at: '
77
            - pref: XSLTListsDisplay
77
            - pref: XSLTListsDisplay
78
              class: file
78
              class: file
79
            - '<br />Options:<ul><li>Enter "<a href="#" class="set_syspref" data-syspref="XSLTListsDisplay" data-value="default">default</a>" for the default stylesheet</li><li>Put a path to define an xslt file</li><li>Put a URL for an external specific stylesheet.</li><li>NOTE: The system preference <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=PassItemMarcToXSLT">PassItemMarcToXSLT</a> must be enabled if your custom stylesheet utilizes data in the item fields</li></ul>If you have multiple stylesheets for different languages the placeholder {langcode} will be replaced with current interface language.'
79
            - '<br />Options:<ul><li>Enter "<a href="#" class="set_syspref" data-syspref="XSLTListsDisplay" data-value="default">default</a>" for the default stylesheet</li><li>Put a path to define an xslt file</li><li>Put a URL for an external specific stylesheet.</li></ul>If you have multiple stylesheets for different languages the placeholder {langcode} will be replaced with current interface language.'
80
        -
80
        -
81
            - 'Display results in the staff interface using XSLT stylesheet at: '
81
            - 'Display results in the staff interface using XSLT stylesheet at: '
82
            - pref: XSLTResultsDisplay
82
            - pref: XSLTResultsDisplay
Lines 86-92 Staff interface: Link Here
86
            - 'Display details in the staff interface using XSLT stylesheet at: '
86
            - 'Display details in the staff interface using XSLT stylesheet at: '
87
            - pref: XSLTDetailsDisplay
87
            - pref: XSLTDetailsDisplay
88
              class: file
88
              class: file
89
            - '<br />Options:<ul><li>Enter "<a href="#" class="set_syspref" data-syspref="XSLTDetailsDisplay" data-value="default">default</a>" for the default stylesheet</li><li>Put a path to define an xslt file</li><li>Put a URL for an external specific stylesheet.</li><li>NOTE: The system preference <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=PassItemMarcToXSLT">PassItemMarcToXSLT</a> must be enabled if your custom stylesheet utilizes data in the item fields</li></ul>If you have multiple stylesheets for different languages the placeholder {langcode} will be replaced with current interface language.'
89
            - '<br />Options:<ul><li>Enter "<a href="#" class="set_syspref" data-syspref="XSLTDetailsDisplay" data-value="default">default</a>" for the default stylesheet</li><li>Put a path to define an xslt file</li><li>Put a URL for an external specific stylesheet.</li></ul>If you have multiple stylesheets for different languages the placeholder {langcode} will be replaced with current interface language.'
90
        -
90
        -
91
            - pref: DisplayIconsXSLT
91
            - pref: DisplayIconsXSLT
92
              choices:
92
              choices:
93
- 

Return to bug 31020