[freeside-commits] freeside/httemplate/view svc_domain.cgi, 1.35, 1.36

Ivan,,, ivan at wavetail.420.am
Sun Feb 21 23:13:31 PST 2010


Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail.420.am:/tmp/cvs-serv16809/httemplate/view

Modified Files:
	svc_domain.cgi 
Log Message:
communigate: domain aliases, enabled services & administrator domain, RT#7083

Index: svc_domain.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/svc_domain.cgi,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- svc_domain.cgi	22 Feb 2010 03:22:14 -0000	1.35
+++ svc_domain.cgi	22 Feb 2010 07:13:29 -0000	1.36
@@ -63,10 +63,24 @@
 % }
 
 % 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 ) {



More information about the freeside-commits mailing list