From 76065d1c47a75510cb99ce89134f8cdeffa52f64 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Fri, 3 Sep 2021 15:25:32 +0000 Subject: [PATCH] Bug 28373: (follow-up) Fix copy error Previous commit linked all 'default' buttons for sysprefs to OPACXSLTListsDisplay This adjusts the links To test: Click "default" for all 6 XSLT preferences Confirm the syspref relating to the link is marked 'modified' when clicked --- .../prog/en/modules/admin/preferences/opac.pref | 4 ++-- .../prog/en/modules/admin/preferences/staff_interface.pref | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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 5d8e9cabd5..cc96163442 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 @@ -95,12 +95,12 @@ OPAC: - 'Display OPAC results using XSLT stylesheet at: ' - pref: OPACXSLTResultsDisplay class: file - - '
Options:If you have multiple stylesheets for different langues the placeholder {langcode} will be replaced with current interface language.' + - '
Options:If you have multiple stylesheets for different langues the placeholder {langcode} will be replaced with current interface language.' - - 'Display OPAC details using XSLT stylesheet at: ' - pref: OPACXSLTDetailsDisplay class: file - - '
Options:If you have multiple stylesheets for different langues the placeholder {langcode} will be replaced with current interface language.' + - '
Options:If you have multiple stylesheets for different langues the placeholder {langcode} will be replaced with current interface language.' - - "Show itemtype icons in the OPAC: " - pref: OpacNoItemTypeImages diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_interface.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_interface.pref index b568ff421b..10c41c581d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_interface.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_interface.pref @@ -71,17 +71,17 @@ Staff interface: - 'Display lists in the staff interface using XSLT stylesheet at: ' - pref: XSLTListsDisplay class: file - - '
Options:If you have multiple stylesheets for different langues the placeholder {langcode} will be replaced with current interface language.' + - '
Options:If you have multiple stylesheets for different langues the placeholder {langcode} will be replaced with current interface language.' - - 'Display results in the staff interface using XSLT stylesheet at: ' - pref: XSLTResultsDisplay class: file - - '
Options:If you have multiple stylesheets for different langues the placeholder {langcode} will be replaced with current interface language.' + - '
Options:If you have multiple stylesheets for different langues the placeholder {langcode} will be replaced with current interface language.' - - 'Display details in the staff interface using XSLT stylesheet at: ' - pref: XSLTDetailsDisplay class: file - - '
Options:If you have multiple stylesheets for different langues the placeholder {langcode} will be replaced with current interface language.' + - '
Options:If you have multiple stylesheets for different langues the placeholder {langcode} will be replaced with current interface language.' - - pref: DisplayIconsXSLT choices: -- 2.20.1