[freeside-commits] freeside/httemplate/edit/cust_main contact.html, 1.17, 1.18
Ivan,,,
ivan at wavetail.420.am
Sun Mar 20 12:38:30 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/edit/cust_main
In directory wavetail.420.am:/tmp/cvs-serv12480/httemplate/edit/cust_main
Modified Files:
contact.html
Log Message:
qualification address handling changes, RT#7111
Index: contact.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_main/contact.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -w -d -r1.17 -r1.18
--- contact.html 2 Nov 2010 00:28:13 -0000 1.17
+++ contact.html 20 Mar 2011 19:38:27 -0000 1.18
@@ -2,7 +2,7 @@
<TR>
<TH ALIGN="right"><%$r%>Contact name<BR>(last, first)</TH>
- <TD COLSPAN=5>
+ <TD COLSPAN=7>
<INPUT TYPE="text" NAME="<%$pre%>last" VALUE="<% $cust_main->get($pre.'last') |h %>" onChange="<% $onchange %>" <%$disabled%> <%$style%>> ,
<INPUT TYPE="text" NAME="<%$pre%>first" VALUE="<% $cust_main->get($pre.'first') |h %>" onChange="<% $onchange %>" <%$disabled%> <%$style%>>
</TD>
More information about the freeside-commits
mailing list