[freeside-commits] freeside/httemplate/edit svc_domain.cgi, 1.17.2.6, 1.17.2.7
Ivan,,,
ivan at wavetail.420.am
Sun Apr 18 22:01:55 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv24710/httemplate/edit
Modified Files:
Tag: FREESIDE_1_9_BRANCH
svc_domain.cgi
Log Message:
communigate provisioning phase 2: Domain:Account Defaults:Settings: RulesAllowed, RPOPAllowed, MailToAll, AddMailTrailer. RT#7514
Index: svc_domain.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/svc_domain.cgi,v
retrieving revision 1.17.2.6
retrieving revision 1.17.2.7
diff -u -w -d -r1.17.2.6 -r1.17.2.7
--- svc_domain.cgi 19 Apr 2010 01:25:51 -0000 1.17.2.6
+++ svc_domain.cgi 19 Apr 2010 05:01:53 -0000 1.17.2.7
@@ -126,6 +126,7 @@
'value' => 'Y',
)
%>
+
<% include('/elements/tr-checkbox.html',
'label' =>'Password recovery',
'field' => 'acct_def_password_recover',
@@ -170,6 +171,41 @@
)
%>
+ <% include('/elements/tr-select.html',
+ 'label' => 'Allowed mail rules',
+ 'field' => 'acct_def_cgp_rulesallowed',
+ 'options' => [ '', 'No', 'Filter Only', 'All But Exec', 'Any' ],
+ 'labels' => {
+ '' => 'default (No)', #No always the default?
+ },
+ 'curr_value' => $svc_domain->acct_def_cgp_rulesallowed,
+ )
+ %>
+
+ <% include('/elements/tr-checkbox.html',
+ 'label' => 'RPOP modifications',
+ 'field' => 'acct_def_cgp_rpopallowed',
+ 'curr_value' => $svc_domain->acct_def_cgp_rpopallowed,
+ 'value' => 'Y',
+ )
+ %>
+
+ <% include('/elements/tr-checkbox.html',
+ 'label' => 'Accepts mail to "all"',
+ 'field' => 'acct_def_cgp_mailtoall',
+ 'curr_value' => $svc_domain->acct_def_cgp_mailtoall,
+ 'value' => 'Y',
+ )
+ %>
+
+ <% include('/elements/tr-checkbox.html',
+ 'label' => 'Add trailer to sent mail',
+ 'field' => 'acct_def_cgp_addmailtrailer',
+ 'curr_value' => $svc_domain->acct_def_cgp_addmailtrailer,
+ 'value' => 'Y',
+ )
+ %>
+
%# false laziness w/svc_acct acct_def
<TR>
<TD ALIGN="right">Message delete method</TD>
@@ -190,6 +226,14 @@
)
%>
+ <% include('/elements/tr-checkbox.html',
+ 'label' =>'Password recovery',
+ 'field' => 'acct_def_password_recover',
+ 'curr_value' => $svc_domain->acct_def_password_recover,
+ 'value' => 'Y',
+ )
+ %>
+
</TABLE>
<BR>
More information about the freeside-commits
mailing list