diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-03-24 18:47:07 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-03-24 18:47:07 -0700 |
commit | 83f70978574fef3401020cb11cf651d12c139b3b (patch) | |
tree | 327059675499bfa2be0ccbfd8918b37a29312b5e /httemplate/view/cust_main/misc.html | |
parent | 798cf217a0d14520c5648560ef8a3095ffcfad27 (diff) |
better display/edit of contacts on customer view, RT#16819
Diffstat (limited to 'httemplate/view/cust_main/misc.html')
-rw-r--r-- | httemplate/view/cust_main/misc.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/view/cust_main/misc.html b/httemplate/view/cust_main/misc.html index 28414ef2d..295328721 100644 --- a/httemplate/view/cust_main/misc.html +++ b/httemplate/view/cust_main/misc.html @@ -1,4 +1,4 @@ -<% ntable("#cccccc") %><TR><TD><% &ntable("#cccccc",2) %> +<TABLE CLASS="fsinnerbox"> <TR> <TD ALIGN="right"><% mt('Customer number') |h %></TD> @@ -150,7 +150,7 @@ <% $cust_main->pvf($_)->widget('HTML', 'view', $cust_main->getfield($_)) %> % } -</TABLE></TD></TR></TABLE> +</TABLE> <%init> my( $cust_main ) = @_; |