From: Dan Scott <dscott@laurentian.ca>
Date: Sun, 11 Dec 2011 22:40:39 +0000 (-0500)
Subject: TPAC: Fix styling in advanced searchbar
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b5315a444a87b9807aa15bf355699a4640fba63f;p=evergreen%2Fmasslnc.git

TPAC: Fix styling in advanced searchbar

Per Peter Lux's comment, we needed to fix the styling in the advanced
search bar. Marking the DIV id with "search-box" makes it consistent
with the searchbar in other interfaces.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
---

diff --git a/Open-ILS/src/templates/opac/advanced.tt2 b/Open-ILS/src/templates/opac/advanced.tt2
index e822795d72..010e9238f2 100644
--- a/Open-ILS/src/templates/opac/advanced.tt2
+++ b/Open-ILS/src/templates/opac/advanced.tt2
@@ -6,7 +6,7 @@
     loc = CGI.param("loc");
 -%]
     <div id="search-wrapper">
-        <div>
+        <div id="search-box">
             <span class="search_catalog_lbl">[% l('Search the Catalog') %]</span>
             <a href="[% mkurl(ctx.opac_root _ '/home') %]"
                 id="home_adv_search_link"><span