[open-ils-commits] [GIT] Evergreen ILS branch rel_2_6 updated. 571a4ad33400e272a8f6db282a7762e0f7fe5011
Evergreen Git
git at git.evergreen-ils.org
Thu Jun 26 17:49:49 EDT 2014
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, rel_2_6 has been updated
via 571a4ad33400e272a8f6db282a7762e0f7fe5011 (commit)
from 9d05523f6230f2006d68cebfbcc245ed6bb6b59b (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 571a4ad33400e272a8f6db282a7762e0f7fe5011
Author: Dan Wells <dbw2 at calvin.edu>
Date: Thu Jun 26 17:46:30 2014 -0400
Fix syntax in filter_group_selector.tt2
Attempt to fix build breakage introduced by 7e4e9d669
Signed-off-by: Dan Wells <dbw2 at calvin.edu>
diff --git a/Open-ILS/src/templates/opac/parts/filter_group_selector.tt2 b/Open-ILS/src/templates/opac/parts/filter_group_selector.tt2
index 8cab0ef..e03033e 100644
--- a/Open-ILS/src/templates/opac/parts/filter_group_selector.tt2
+++ b/Open-ILS/src/templates/opac/parts/filter_group_selector.tt2
@@ -14,9 +14,8 @@
IF size AND size < 1; size = group.entries.size; END;
-%]
-<select id='[% id %]' class='[% class %]' name='[% name %]'[%
+<select id='[% id %]' class='[% class %]' name='[% name %]' title="[% filter_label || l('Search Filter') %]"[%
multiple ? ' multiple="multiple"' : '';
- title="[% filter_label || l('Search Filter') %]"
size ? (' size="' _ size _ '"') : ''; %]>
[% IF none_ok %]
<option value=''>[% none_label ? none_label : l('-- Any --') %]</option>
-----------------------------------------------------------------------
Summary of changes:
.../templates/opac/parts/filter_group_selector.tt2 | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list