diff options
Diffstat (limited to 'httemplate/edit/cust_main/billing.html')
-rw-r--r-- | httemplate/edit/cust_main/billing.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/cust_main/billing.html b/httemplate/edit/cust_main/billing.html index bf6c62339..18c7ae9a6 100644 --- a/httemplate/edit/cust_main/billing.html +++ b/httemplate/edit/cust_main/billing.html @@ -34,7 +34,7 @@ % % my $r = qq!<font color="#ff0000">*</font> !; - <BR><FONT SIZE="+1"><B><% mt('Billing information') |h %></B></FONT> + <BR><FONT CLASS="fsinnerbox-title"><% mt('Billing information') |h %></FONT> <% &ntable("#cccccc") %> <TR> @@ -580,7 +580,7 @@ function toggle(obj) { </TABLE> - <% $r %> <% mt('required fields') |h %> + <% $r %><% mt('required fields') |h %> % } <script type="text/javascript"> |