From f79c94165002b18409000c74625fee7849f7cd35 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 5 May 2023 08:35:21 +0100 Subject: [PATCH] Bug 32721: Highlight the branch specific option from the global syspref Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens --- .../intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 2 ++ 1 file changed, 2 insertions(+) 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 dbb3095010..ce93292607 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 @@ -214,6 +214,7 @@ OPAC: type: textarea syntax: javascript class: code + - "
NOTE: Library specific JS can be defined from here." - - Include the additional CSS stylesheet - pref: OpacAdditionalStylesheet @@ -230,6 +231,7 @@ OPAC: type: textarea syntax: css class: code + - "
NOTE: Library specific CSS can be defined from here." - - '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.30.2