[open-ils-commits] [GIT] Evergreen ILS branch master updated. 00aa87427839b9aea42af6f0689e71bf7ed2af96

Evergreen Git git at git.evergreen-ils.org
Thu Jun 26 17:49:18 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, master has been updated
       via  00aa87427839b9aea42af6f0689e71bf7ed2af96 (commit)
      from  3e5d2695616622033778b21adddbb3b2566015ae (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 00aa87427839b9aea42af6f0689e71bf7ed2af96
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