summaryrefslogtreecommitdiff
path: root/httemplate/view
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/view
parentbe61853021954c3cf8f6e63a41b1fa693e3af6d8 (diff)
communigate: domain aliases, enabled services & administrator domain, RT#7083
Diffstat (limited to 'httemplate/view')
-rwxr-xr-xhttemplate/view/svc_domain.cgi14
1 files changed, 14 insertions, 0 deletions
diff --git a/httemplate/view/svc_domain.cgi b/httemplate/view/svc_domain.cgi
index 51caa5c99..3fd898ba5 100755
--- a/httemplate/view/svc_domain.cgi
+++ b/httemplate/view/svc_domain.cgi
@@ -63,10 +63,24 @@ Service #<B><% $svcnum %></B>
% }
% if ( $communigate ) {
+
+ <TR>
+ <TD ALIGN="right">Administrator domain</TD>
+ <TD BGCOLOR="#ffffff">
+% if ( $svc_domain->parent_svcnum ) {
+% #XXX agent-virt aware the link
+ <A HREF="svc_domain.cgi?<% $svc_domain->parent_svcnum %>"><% $svc_domain->parent_svc_x->domain %></A>
+% } else {
+ <I>(none)</I>
+% }
+ </TD>
+ </TR>
+
<TR>
<TD ALIGN="right">Aliases</TD>
<TD BGCOLOR="#ffffff"><% $svc_domain->cgp_aliases %></TD>
</TR>
+
% }
% if ( $communigate && $svc_domain->max_accounts ) {