[freeside-commits] freeside/httemplate/edit svc_domain.cgi, 1.17.2.4, 1.17.2.5

Mark Wells mark at wavetail.420.am
Tue Mar 9 23:51:07 PST 2010


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv6269/httemplate/edit

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	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.17.2.4
retrieving revision 1.17.2.5
diff -u -w -d -r1.17.2.4 -r1.17.2.5
--- svc_domain.cgi	22 Feb 2010 09:18:11 -0000	1.17.2.4
+++ svc_domain.cgi	10 Mar 2010 07:51:05 -0000	1.17.2.5
@@ -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