@@ -, +, @@ description > $marcrecord->delete_fields( @fields ) unless C4::Context->preference('PassItemMarcToXSLT'); ITEMS --- .../intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 4 ++-- .../prog/en/modules/admin/preferences/searching.pref | 3 ++- .../prog/en/modules/admin/preferences/staff_interface.pref | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -90,7 +90,7 @@ OPAC: - 'Display lists in the OPAC using XSLT stylesheet at: ' - pref: OPACXSLTListsDisplay class: file - - '
Options:If you have multiple stylesheets for different languages the placeholder {langcode} will be replaced with current interface language.' + - '
Options:If you have multiple stylesheets for different languages the placeholder {langcode} will be replaced with current interface language.' - - 'Display OPAC results using XSLT stylesheet at: ' - pref: OPACXSLTResultsDisplay @@ -100,7 +100,7 @@ OPAC: - 'Display OPAC details using XSLT stylesheet at: ' - pref: OPACXSLTDetailsDisplay class: file - - '
Options:If you have multiple stylesheets for different languages the placeholder {langcode} will be replaced with current interface language.' + - '
Options:If you have multiple stylesheets for different languages the placeholder {langcode} will be replaced with current interface language.' - - pref: OpacNoItemTypeImages default: 0 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref @@ -281,7 +281,8 @@ Searching: choices: 1: Do 0: "Don't" - - "make item MARC tags available to XSLT stylesheets. Default is \"Don't\", items are displayed using other methods." + - "make item MARC fields (MARC21 952, UNIMARC 995) available to XSLT stylesheets for OPAC and staff interface results pages." + - "
Default is \"Don't\", items are displayed using other methods." - - pref: ShowHeadingUse choices: --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_interface.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_interface.pref @@ -76,7 +76,7 @@ Staff interface: - 'Display lists in the staff interface using XSLT stylesheet at: ' - pref: XSLTListsDisplay class: file - - '
Options:If you have multiple stylesheets for different languages the placeholder {langcode} will be replaced with current interface language.' + - '
Options:If you have multiple stylesheets for different languages the placeholder {langcode} will be replaced with current interface language.' - - 'Display results in the staff interface using XSLT stylesheet at: ' - pref: XSLTResultsDisplay @@ -86,7 +86,7 @@ Staff interface: - 'Display details in the staff interface using XSLT stylesheet at: ' - pref: XSLTDetailsDisplay class: file - - '
Options:If you have multiple stylesheets for different languages the placeholder {langcode} will be replaced with current interface language.' + - '
Options:If you have multiple stylesheets for different languages the placeholder {langcode} will be replaced with current interface language.' - - pref: DisplayIconsXSLT choices: --