[freeside-commits] freeside/httemplate/edit svc_domain.cgi, 1.17.2.2, 1.17.2.3

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


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

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	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.17.2.2
retrieving revision 1.17.2.3
diff -u -d -r1.17.2.2 -r1.17.2.3
--- svc_domain.cgi	22 Feb 2010 03:22:15 -0000	1.17.2.2
+++ svc_domain.cgi	22 Feb 2010 07:13:30 -0000	1.17.2.3
@@ -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