From f8006e31d33d20e3eaba2716e7669c24220780eb Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Thu, 22 Sep 2022 20:20:09 +0000 Subject: [PATCH] Bug 24127: Add 'code' and title to shelving location search This patch attempts to clarify the 'Shelving location' option in the staff side dropdown, as it requires searching the shelving location code, not the values. i.e. 'FIC' not 'Fiction' This patch adds (code) to the option and adds a title, visible on hover Signed-off-by: David Nind Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc index 4fab8b5caa..d8df1d34b2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc @@ -102,9 +102,9 @@ [% END %] [% IF ms_location %] - + [% ELSE %] - + [% END %] [% IF ( Koha.Preference('IntranetNumbersPreferPhrase') ) %] [% IF ms_identcommaphr %] -- 2.30.2