diff options
author | ivan <ivan> | 2006-03-09 11:48:06 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-03-09 11:48:06 +0000 |
commit | b3d608b436cdf673a5552acf9e4b4601f4f79b9d (patch) | |
tree | 41873609f6bbda502426a157a69fcf66b1a4008a /httemplate/view/cust_main.cgi | |
parent | 6d2cd8e6fc566b4fccd0075156e3e1ddd59fa042 (diff) |
don't use a table with WIDTH="100%", it shoves the custnum and "billing information" boxes way out to the right
Diffstat (limited to 'httemplate/view/cust_main.cgi')
-rwxr-xr-x | httemplate/view/cust_main.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index 4975c52fd..082a93bb7 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -92,12 +92,12 @@ print "This customer's signup URL: ". %> <A NAME="cust_main"></A> -<%= &itable() %> +<TABLE BORDER=0> <TR> <TD VALIGN="top"> <%= include('cust_main/contacts.html', $cust_main ) %> </TD> - <TD VALIGN="top"> + <TD VALIGN="top" STYLE="padding-left: 54px"> <%= include('cust_main/misc.html', $cust_main ) %> <% if ( $conf->config('payby-default') ne 'HIDE' ) { %> <BR> |