From f130412f1442a1c5c4075b5559a47a8f5f54abee Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 1 Dec 2023 16:46:47 +0000 Subject: [PATCH] Bug 35449: Accessibility: No links on "here" This patch updates two system preferences, "OPACUserJS" and "OPACUserCSS" so that the "here" links in the description instead read "library administration". To test, apply the patch and go to Administration -> System preferences. - Search for "opacuser" - The descriptions of the "OPACUserJS" and "OPACUserCSS" preferences should include the phrase "...can be defined in library administration," with "library administration" leading to the correct page. Signed-off-by: David Nind Signed-off-by: Victor Grousset/tuxayo Signed-off-by: Katrin Fischer (cherry picked from commit 871cc4ad9447bc55228fb2ac83dfc0b3aa17941b) Signed-off-by: Fridolin Somers --- .../intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 4 ++-- 1 file 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 a68e7eaa2d..5b2e544418 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 @@ -213,7 +213,7 @@ OPAC: type: textarea syntax: javascript class: code - - "
NOTE: Library specific JS can be defined from here." + - "
NOTE: Library specific JS can be defined in library administration." - - Include the additional CSS stylesheet - pref: OpacAdditionalStylesheet @@ -230,7 +230,7 @@ OPAC: type: textarea syntax: css class: code - - "
NOTE: Library specific CSS can be defined from here." + - "
NOTE: Library specific CSS can be defined in library administration." - - 'Include a "More Searches" box on the detail pages of items on the OPAC, with the following HTML (leave blank to disable):' - '
Note: The placeholders {BIBLIONUMBER}, {CONTROLNUMBER}, {OCLC_NO}, {TITLE}, {ISBN}, {ISSN} and {AUTHOR} will be replaced with information from the displayed record.' -- 2.39.2