diff options
author | mark <mark> | 2010-03-10 07:50:48 +0000 |
---|---|---|
committer | mark <mark> | 2010-03-10 07:50:48 +0000 |
commit | b62c331fb426923e1cdbd72200297129b63aa960 (patch) | |
tree | 6a3f9f296acffbeb81ac60a312cef540728848f4 /httemplate/edit/svc_domain.cgi | |
parent | 5678372f90e81a312d04c615f810cde05c224aca (diff) |
fix probably misplaced text field
Diffstat (limited to 'httemplate/edit/svc_domain.cgi')
-rwxr-xr-x | httemplate/edit/svc_domain.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/svc_domain.cgi b/httemplate/edit/svc_domain.cgi index 78faf12b2..c85dd3b72 100755 --- a/httemplate/edit/svc_domain.cgi +++ b/httemplate/edit/svc_domain.cgi @@ -63,7 +63,7 @@ Available top-level domains: <% $export->option('tlds') %> </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]$/ ) { |