[freeside-commits] freeside/httemplate/edit svc_domain.cgi, 1.19, 1.20

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


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

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/edit/svc_domain.cgi,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- svc_domain.cgi	22 Feb 2010 03:22:14 -0000	1.19
+++ svc_domain.cgi	22 Feb 2010 07:13:29 -0000	1.20
@@ -38,6 +38,22 @@
   </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]$/ ) {
 



More information about the freeside-commits mailing list