From 4a31cf769598910ab49f99995007fef966bdb61f Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Mon, 3 Oct 2011 23:22:27 -0400 Subject: [PATCH] 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 --- Open-ILS/src/templates/opac/parts/searchbar.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/parts/searchbar.tt2 b/Open-ILS/src/templates/opac/parts/searchbar.tt2 index f212518ce2..907a0e75f8 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) %] [% END %] -
+
[%- END %] [% UNLESS took_care_of_form %][% END %] [% IF (is_advanced AND NOT is_special) AND CGI.param('qtype') %] -- 2.43.2