[freeside-commits] freeside/httemplate/edit svc_domain.cgi, 1.21, 1.22
Mark Wells
mark at wavetail.420.am
Tue Mar 9 23:50:50 PST 2010
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv6199/httemplate/edit
Modified Files:
svc_domain.cgi
Log Message:
fix probably misplaced text field
Index: svc_domain.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/svc_domain.cgi,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -w -d -r1.21 -r1.22
--- svc_domain.cgi 22 Feb 2010 09:18:10 -0000 1.21
+++ svc_domain.cgi 10 Mar 2010 07:50:48 -0000 1.22
@@ -63,7 +63,7 @@
</TR>
% } else {
- <INPUT TYPE="text" NAME="cgp_aliases" VALUE="<% $svc_domain->cgp_aliases %>">
+ <INPUT TYPE="hidden" NAME="cgp_aliases" VALUE="<% $svc_domain->cgp_aliases %>">
% }
% if ( $part_svc->part_svc_column('max_accounts')->columnflag =~ /^[FA]$/ ) {
More information about the freeside-commits
mailing list