TPAC: Fix searchbar typo by closing div
authorDan Scott <dscott@laurentian.ca>
Tue, 4 Oct 2011 03:22:27 +0000 (23:22 -0400)
committerDan Scott <dscott@laurentian.ca>
Tue, 4 Oct 2011 03:22:27 +0000 (23:22 -0400)
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@laurentian.ca>
Open-ILS/src/templates/opac/parts/searchbar.tt2

index f212518..907a0e7 100644 (file)
@@ -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') %]