From bdc848039bb0da0f4a4f11a623fcfba4a0cb2338 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 9 Apr 2023 13:09:07 +0000 Subject: [PATCH] Bug 21330: (QA follow-up) Add 'empty' option to system preference description This adds another list item to match the preference description for the results page: * Empty. No XSLT will be applied (default) Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi --- .../intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref index 04bfe058ca..a48f7bb229 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -110,7 +110,7 @@ OPAC: - 'Display authority details in the OPAC using the XSLT stylesheet at: ' - pref: AuthorityXSLTOpacDetailsDisplay class: file - - '
Options:
  • Enter a path to a custom XSLT file.
  • Enter a URL for an external stylesheet.
If you have multiple stylesheets for:
  • different languages: use the placeholder {langcode} - this will be replaced with the current interface language
  • authority types: use the placeholder {authtypecode} - this will be replaced with the authority type code' + - '
    Options:
    • Empty. No XSLT will be applied (default)
    • Enter a path to a custom XSLT file.
    • Enter a URL for an external stylesheet.
    If you have multiple stylesheets for:
    • different languages: use the placeholder {langcode} - this will be replaced with the current interface language
    • authority types: use the placeholder {authtypecode} - this will be replaced with the authority type code' - - pref: OpacNoItemTypeImages default: 0 -- 2.39.2