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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-5 / +5 lines)
Lines 260-270 OPAC: Link Here
260
            - 'Display the URI in the 856u field as an image on: '
260
            - 'Display the URI in the 856u field as an image on: '
261
            - pref: OPACDisplay856uAsImage
261
            - pref: OPACDisplay856uAsImage
262
              choices:
262
              choices:
263
                  OFF: "Neither Details or Results pages"
263
                  OFF: "Neither detail or result pages"
264
                  Details: "Details page only"
264
                  Details: "Detail page only"
265
                  Results: "Results page only"
265
                  Results: "Result page only"
266
                  Both: "Both Details and Results pages"
266
                  Both: "Both detail and result pages"
267
            - 'Note: The corresponding OPACXSLT option must be turned on.'
267
            - '. Note: The corresponding OPACXSLT option must be turned on.'
268
        -
268
        -
269
            - 'List export options that should be available from OPAC detail page separated by |:'
269
            - 'List export options that should be available from OPAC detail page separated by |:'
270
            - pref: OpacExportOptions
270
            - pref: OpacExportOptions
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref (-6 / +5 lines)
Lines 81-91 Staff Client: Link Here
81
            - 'Display the URI in the 856u field as an image on: '
81
            - 'Display the URI in the 856u field as an image on: '
82
            - pref: Display856uAsImage
82
            - pref: Display856uAsImage
83
              choices:
83
              choices:
84
                  OFF: "Neither Details or Results pages"
84
                  OFF: "Neither detail or result pages"
85
                  Details: "Details page only"
85
                  Details: "Detail page only"
86
                  Results: "Results page (for future use, Results XSLT not functional at this time)."
86
                  Results: "Result page"
87
                  Both: "Both Results and Details pages (for future use, Results XSLT not functional at this time)."
87
                  Both: "Both result and detail pages"
88
            - 'Note: The corresponding XSLT option must be turned on.'
88
            - '. Note: The corresponding XSLT option must be turned on.'
89
        -
89
        -
90
            - Include the stylesheet at
90
            - Include the stylesheet at
91
            - pref: SlipCSS
91
            - pref: SlipCSS
92
- 

Return to bug 10878