summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
authorivan <ivan>2010-02-22 07:13:29 +0000
committerivan <ivan>2010-02-22 07:13:29 +0000
commite17528c356bb137bcff4c6934a2c7e254202838e (patch)
treed2e4932b952e8927659cd5f8bd09112772632388 /httemplate/edit
parentbe61853021954c3cf8f6e63a41b1fa693e3af6d8 (diff)
communigate: domain aliases, enabled services & administrator domain, RT#7083
Diffstat (limited to 'httemplate/edit')
-rwxr-xr-xhttemplate/edit/svc_domain.cgi16
1 files changed, 16 insertions, 0 deletions
diff --git a/httemplate/edit/svc_domain.cgi b/httemplate/edit/svc_domain.cgi
index a2b87e4fa..a3589c4a7 100755
--- a/httemplate/edit/svc_domain.cgi
+++ b/httemplate/edit/svc_domain.cgi
@@ -38,6 +38,22 @@ Available top-level domains: <% $export->option('tlds') %>
</TD>
</TR>
+% if ( $communigate ) {
+ <TR>
+ <TD ALIGN="right">Administrator domain</TD>
+ <TD>
+ <% include('/elements/select-domain.html',
+ 'element_name' => 'parent_svcnum',
+ 'curr_value' => $svc_domain->parent_svcnum,
+ 'empty_label' => '(none)',
+ )
+ %>
+ </TD>
+ </TR>
+% } else {
+ <INPUT TYPE="hidden" NAME="parent_svcnum" VALUE="<% $svc_domain->parent_svcnum %>">
+% }
+
% if ( $communigate
% && $part_svc->part_svc_column('max_accounts')->columnflag !~ /^[FA]$/ ) {