Browse Source

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 <david@davidnind.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
22.11.x
Nick Clemens 2 years ago
committed by Tomas Cohen Arazi
parent
commit
04b16298cb
Signed by: tomascohen GPG Key ID: 0A272EA1B2F3C15F
  1. 4
      koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc

4
koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc

@ -102,9 +102,9 @@
<option value="bc">Barcode</option>
[% END %]
[% IF ms_location %]
<option selected="selected" value="location">Shelving location</option>
<option selected="selected" value="location" title="Enter location code value for search">Shelving location (code)</option>
[% ELSE %]
<option value="location">Shelving location</option>
<option value="location" title="Enter location code value for search">Shelving location (code)</option>
[% END %]
[% IF ( Koha.Preference('IntranetNumbersPreferPhrase') ) %]
[% IF ms_identcommaphr %]

Loading…
Cancel
Save