This commit was manufactured by cvs2svn to create tag 'freeside_2_1_0'.
[freeside.git] / httemplate / elements / menubar.html
index c149043..fe49f7b 100644 (file)
@@ -19,10 +19,10 @@ Example:
 
 </%doc>
 %if ( $opt->{'newstyle'} ) {
+%  my $s = '<FONT STYLE="border-bottom:1px solid #7e0079">';
 
-   <DIV CLASS="fstabs">
-   <% join('', @html ) %>
-   </DIV>
+   <% join("$s &nbsp; </FONT>", ( '', @html, '' ) ) %>
+   <BR>
 
 %} else {