[open-ils-commits] [GIT] Evergreen ILS branch master updated. c3be47804ad1a2c51452a3de6aca9179b9c4c689
Evergreen Git
git at git.evergreen-ils.org
Wed Jul 19 10:35:46 EDT 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via c3be47804ad1a2c51452a3de6aca9179b9c4c689 (commit)
from e2c70de9a7960b821820369e7d494b19ac587a3b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c3be47804ad1a2c51452a3de6aca9179b9c4c689
Author: Rogan Hamby <rogan.hamby at gmail.com>
Date: Fri Jun 9 14:44:12 2017 -0400
LP#1697066: changing copy location search box from 3 to 4
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 at gmail.com>
Signed-off-by: Terran McCanna <tmccanna at georgialibraries.org>
Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
diff --git a/Open-ILS/src/templates/opac/parts/advanced/search.tt2 b/Open-ILS/src/templates/opac/parts/advanced/search.tt2
index 5491bfb..0b76d08 100644
--- a/Open-ILS/src/templates/opac/parts/advanced/search.tt2
+++ b/Open-ILS/src/templates/opac/parts/advanced/search.tt2
@@ -143,7 +143,7 @@
[% 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;
-----------------------------------------------------------------------
Summary of changes:
.../src/templates/opac/parts/advanced/search.tt2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list