invoice_sections_with_taxes per-agent, RT#79636
[freeside.git] / httemplate / elements / menubar.html
index 3d2a107..c149043 100644 (file)
@@ -19,11 +19,10 @@ Example:
 
 </%doc>
 %if ( $opt->{'newstyle'} ) {
-%  my $s = '<FONT STYLE="border-bottom:1px solid #7e0079">';
 
-   <BR>
-   <% join("$s &nbsp; </FONT>", ( '', @html, '' ) ) %>
-   <BR>
+   <DIV CLASS="fstabs">
+   <% join('', @html ) %>
+   </DIV>
 
 %} else {