diff options
author | mark <mark> | 2010-03-10 07:51:05 +0000 |
---|---|---|
committer | mark <mark> | 2010-03-10 07:51:05 +0000 |
commit | 6eb11bd05c45cd2eff99d64ffc184fec455e960c (patch) | |
tree | 778087e2f5944301496bcf3e6697c9b35738b5d1 | |
parent | 8f83fe5dedcd703c469a001a6916eff709733c6a (diff) |
fix probably misplaced text field
-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]$/ ) { |