From f4be11c28b74cae9d4bf2cad4e91c77c67e43caa Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Fri, 30 Sep 2022 18:53:47 -1000 Subject: [PATCH] Bug 31338: (follow-up) add special class and add also to OPAC In order to easily hide this new text, this patch adds the class "included-see-from-headings-info". Also uses
instead of

. And adds the same feature to OPAC. Signed-off-by: Barbara Johnson Signed-off-by: Katrin Fischer --- .../intranet-tmpl/prog/en/modules/catalogue/advsearch.tt | 4 ++-- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt index 6b66242633..9bffa10c40 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt @@ -197,10 +197,10 @@ [% END %] [% END %] [% IF Koha.Preference('IncludeSeeFromInSearches') %] -

+

See from (non-preferred form) headings are included -

+
[% END %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt index c669dcaf32..3f0e874bfe 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt @@ -138,6 +138,12 @@ [% ELSE %] [% END %] + [% IF Koha.Preference('IncludeSeeFromInSearches') %] +
+ + See from (non-preferred form) headings are included +
+ [% END %]
-- 2.35.5