From 0b8521223ab59398d00deeaa06d5e2bac0ef548c Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 13 Apr 2020 03:46:25 +0200 Subject: [PATCH] Bug 10561:Rephrase DisplayOPACiconsXSLT and DisplayIconsXSLT slightly As the pref removes the whole 'line' of information, this tries to makes the behaviour a little clearer by adding a 'and descriptions' to the pref text. It now reads: [Show|Don't show] the format, audience, and material type icons and descriptions in XSLT MARC21 results and detail pages in ... To test: - Check both preference descriptions in the staff client - Verify the text reads correctly and this helps things --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 2 +- .../intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref | 2 +- 2 files changed, 2 insertions(+), 2 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 c705a288c3..9be7ffd1bf 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 @@ -120,7 +120,7 @@ OPAC: choices: yes: Show no: "Don't show" - - the format, audience, and material type icons in XSLT MARC21 results and detail pages in the OPAC. + - the format, audience, and material type icons and descriptions in XSLT MARC21 results and detail pages in the OPAC. - - pref: COinSinOPACResults choices: diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref index bade8e376c..f24655be49 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref @@ -87,7 +87,7 @@ Staff Client: choices: yes: Show no: "Don't show" - - the format, audience, and material type icons in XSLT MARC21 results and detail pages in the staff client. + - the format, audience, and material type icons and descriptions in XSLT MARC21 results and detail pages in the staff client. - - 'Display the URI in the 856u field as an image on: ' - pref: Display856uAsImage -- 2.11.0