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 <katrin.fischer.83@web.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
edd6d7d066
commit
bdc848039b
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ OPAC:
|
|||
- 'Display authority details in the OPAC using the XSLT stylesheet at: '
|
||||
- pref: AuthorityXSLTOpacDetailsDisplay
|
||||
class: file
|
||||
- '<br />Options:<ul><li>Enter a path to a custom XSLT file.</li><li>Enter a URL for an external stylesheet.</li></ul>If you have multiple stylesheets for: <ul><li>different languages: use the placeholder {langcode} - this will be replaced with the current interface language</li><li>authority types: use the placeholder {authtypecode} - this will be replaced with the authority type code'
|
||||
- '<br />Options:<ul><li>Empty. No XSLT will be applied (<strong>default</strong>)</li><li>Enter a path to a custom XSLT file.</li><li>Enter a URL for an external stylesheet.</li></ul>If you have multiple stylesheets for: <ul><li>different languages: use the placeholder {langcode} - this will be replaced with the current interface language</li><li>authority types: use the placeholder {authtypecode} - this will be replaced with the authority type code'
|
||||
-
|
||||
- pref: OpacNoItemTypeImages
|
||||
default: 0
|
||||
|
|
Loading…
Reference in a new issue