[freeside-commits] freeside/httemplate/view cust_main.cgi, 1.98, 1.99

Ivan,,, ivan at wavetail.420.am
Thu Mar 9 03:48:08 PST 2006


Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail:/tmp/cvs-serv27927

Modified Files:
	cust_main.cgi 
Log Message:
don't use a table with WIDTH="100%", it shoves the custnum and "billing information" boxes way out to the right

Index: cust_main.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main.cgi,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- cust_main.cgi	31 Jan 2006 04:26:54 -0000	1.98
+++ cust_main.cgi	9 Mar 2006 11:48:06 -0000	1.99
@@ -92,12 +92,12 @@
 %>
 
 <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>



More information about the freeside-commits mailing list