projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9548cbd
)
TPAC: Fix styling in advanced searchbar
author
Dan Scott
<dscott@laurentian.ca>
Sun, 11 Dec 2011 22:40:39 +0000
(17:40 -0500)
committer
Dan Scott
<dscott@laurentian.ca>
Sun, 11 Dec 2011 22:40:39 +0000
(17:40 -0500)
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>
Open-ILS/src/templates/opac/advanced.tt2
patch
|
blob
|
history
diff --git
a/Open-ILS/src/templates/opac/advanced.tt2
b/Open-ILS/src/templates/opac/advanced.tt2
index
e822795
..
010e923
100644
(file)
--- 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