From 04b16298cb06102f7971691e8c5dd4ec45b38273 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 Signed-off-by: Tomas Cohen Arazi --- 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.39.5