summaryrefslogtreecommitdiff
path: root/httemplate/elements/menubar.html
diff options
context:
space:
mode:
authorivan <ivan>2010-06-07 06:52:42 +0000
committerivan <ivan>2010-06-07 06:52:42 +0000
commitfd43e0ae9120b8f15b85a70489d01084f139919f (patch)
tree9c54407185c4d9af1e63d4e1ce1a262164db8ecc /httemplate/elements/menubar.html
parenta59e709022c9437c51ef87ecccf224303be7a786 (diff)
a little UI goes a long way: have the customer tabs actually enclose their view
Diffstat (limited to 'httemplate/elements/menubar.html')
-rw-r--r--httemplate/elements/menubar.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/elements/menubar.html b/httemplate/elements/menubar.html
index fe49f7b2e..c14904337 100644
--- a/httemplate/elements/menubar.html
+++ b/httemplate/elements/menubar.html
@@ -19,10 +19,10 @@ Example:
</%doc>
%if ( $opt->{'newstyle'} ) {
-% my $s = '<FONT STYLE="border-bottom:1px solid #7e0079">';
- <% join("$s &nbsp; </FONT>", ( '', @html, '' ) ) %>
- <BR>
+ <DIV CLASS="fstabs">
+ <% join('', @html ) %>
+ </DIV>
%} else {