[open-ils-commits] [GIT] Evergreen ILS branch master updated. 4a31cf769598910ab49f99995007fef966bdb61f

Evergreen Git git at git.evergreen-ils.org
Mon Oct 3 23:24:04 EDT 2011


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  4a31cf769598910ab49f99995007fef966bdb61f (commit)
      from  c8af163c565cab39ea10e832b0ca459fb82fdbf0 (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 4a31cf769598910ab49f99995007fef966bdb61f
Author: Dan Scott <dscott at laurentian.ca>
Date:   Mon Oct 3 23:22:27 2011 -0400

    TPAC: Fix searchbar typo by closing div
    
    Nesting of divs was thrown off, resulting in the footer appearing in the
    wrong place in search results / record display / etc, with the result
    that the footer inherited the 974px width instead of full 100% width.
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>

diff --git a/Open-ILS/src/templates/opac/parts/searchbar.tt2 b/Open-ILS/src/templates/opac/parts/searchbar.tt2
index f212518..907a0e7 100644
--- a/Open-ILS/src/templates/opac/parts/searchbar.tt2
+++ b/Open-ILS/src/templates/opac/parts/searchbar.tt2
@@ -35,7 +35,7 @@
         [% IF ctx.processed_search_query OR (NOT is_advanced AND NOT is_special) %]
         <input name='page' type='hidden' value="0" />
         [% END %]
-    <div>
+    </div>
     [%- END %]
     [% UNLESS took_care_of_form %]</form>[% END %]
     [% IF (is_advanced AND NOT is_special) AND CGI.param('qtype') %]

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/templates/opac/parts/searchbar.tt2 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list