summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormark <mark>2010-03-10 07:51:05 +0000
committermark <mark>2010-03-10 07:51:05 +0000
commit6eb11bd05c45cd2eff99d64ffc184fec455e960c (patch)
tree778087e2f5944301496bcf3e6697c9b35738b5d1
parent8f83fe5dedcd703c469a001a6916eff709733c6a (diff)
fix probably misplaced text field
-rwxr-xr-xhttemplate/edit/svc_domain.cgi2
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]$/ ) {