This patch makes the number of options displayed in the
shelving location selector on the public catalog advanced
search page 4, matching the other selectors.
Signed-off-by: Rogan Hamby <rogan.hamby@gmail.com>
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
[% CASE "copy_location" %]
<select id="adv_copy_location_selector"
title="[% l('Select Shelving Location') %]"
- name="fi:locations" size="3" multiple="multiple">
+ name="fi:locations" size="4" multiple="multiple">
</select>
[%
END;