diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-03-26 19:20:29 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-03-26 19:20:29 -0700 |
commit | f62a68016f32b443084705b0e7851497b308f81d (patch) | |
tree | 669ab13c6febb3b815613cd0d2227446f3c1b46a /httemplate/edit/cust_main/first_pkg.html | |
parent | 8f6c0d7b137391c6dd9cd1397a73293cd575da13 (diff) |
more contact-aware new customer screen, RT#16819
Diffstat (limited to 'httemplate/edit/cust_main/first_pkg.html')
-rw-r--r-- | httemplate/edit/cust_main/first_pkg.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/cust_main/first_pkg.html b/httemplate/edit/cust_main/first_pkg.html index 2e9f36f99..ad118b4a9 100644 --- a/httemplate/edit/cust_main/first_pkg.html +++ b/httemplate/edit/cust_main/first_pkg.html @@ -6,8 +6,8 @@ % % if ( @part_pkg ) { - <BR><BR> - <FONT SIZE="+1"><B><% mt('First package') |h %></B></FONT> + <BR> + <FONT CLASS="fsinnerbox-title"><% mt('First package') |h %></FONT> <% ntable("#cccccc") %> <TR> |