[freeside-commits] freeside/httemplate/edit svc_domain.cgi, 1.22, 1.23
Ivan,,,
ivan at wavetail.420.am
Sun Apr 18 18:27:02 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv16950/httemplate/edit
Modified Files:
svc_domain.cgi
Log Message:
communigate provisioning phase 2: add svc_domain.trailer -> communigate TrailerText, RT#7514
Index: svc_domain.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/svc_domain.cgi,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -w -d -r1.22 -r1.23
--- svc_domain.cgi 10 Mar 2010 07:50:48 -0000 1.22
+++ svc_domain.cgi 19 Apr 2010 01:27:00 -0000 1.23
@@ -55,7 +55,7 @@
% }
% if ( $communigate
-% && $part_svc->part_svc_column('max_accounts')->columnflag !~ /^[FA]$/ ) {
+% && $part_svc->part_svc_column('cgp_aliases')->columnflag !~ /^[FA]$/ ) {
<TR>
<TD ALIGN="right">Aliases</TD>
@@ -95,6 +95,22 @@
<INPUT TYPE="hidden" NAME="cgp_accessmodes" VALUE="<% $svc_domain->cgp_accessmodes() |h %>">
% }
+% if ( $communigate
+% && $part_svc->part_svc_column('trailer')->columnflag ne 'F' )
+% {
+
+ <TR>
+ <TD ALIGN="right">Mail trailer</TD>
+ <TD>
+ <TEXTAREA NAME="trailer" ROWS=5 COLS=60><% $svc_domain->trailer() |h %></TEXTAREA>
+ </TD>
+ </TR>
+
+% } else {
+ <INPUT TYPE="hidden" NAME="trailer" VALUE="<% $svc_domain->trailer() |h %>">
+% }
+
+
</TABLE>
<BR>
More information about the freeside-commits
mailing list