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 267-277 OPAC: Link Here
267
            - 'Display the URI in the 856u field as an image on: '
267
            - 'Display the URI in the 856u field as an image on: '
268
            - pref: OPACDisplay856uAsImage
268
            - pref: OPACDisplay856uAsImage
269
              choices:
269
              choices:
270
                  OFF: "Neither Details or Results pages"
270
                  OFF: "Neither detail or result pages"
271
                  Details: "Details page only"
271
                  Details: "Detail page only"
272
                  Results: "Results page only"
272
                  Results: "Result page only"
273
                  Both: "Both Details and Results pages"
273
                  Both: "Both detail and result pages"
274
            - 'Note: The corresponding OPACXSLT option must be turned on.'
274
            - '. Note: The corresponding OPACXSLT option must be turned on.'
275
        -
275
        -
276
            - 'List export options that should be available from OPAC detail page separated by |:'
276
            - 'List export options that should be available from OPAC detail page separated by |:'
277
            - pref: OpacExportOptions
277
            - 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