[freeside-commits] freeside/httemplate/view/svc_acct communigate.html, 1.1, 1.2
Ivan,,,
ivan at wavetail.420.am
Mon Jul 26 15:59:06 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/view/svc_acct
In directory wavetail.420.am:/tmp/cvs-serv2385/httemplate/view/svc_acct
Modified Files:
communigate.html
Log Message:
communigate vacation & redirect all rules, RT#7514
Index: communigate.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/svc_acct/communigate.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- communigate.html 23 Apr 2010 06:43:40 -0000 1.1
+++ communigate.html 26 Jul 2010 22:59:03 -0000 1.2
@@ -53,7 +53,45 @@
<% include('/view/elements/tr.html', label=>'Send read receipts',
value=>$svc_acct->cgp_sendmdnmode ) %>
-%#XXX vacation message, redirect all mail
+%# vacation message
+%#XXX finish me... do we need to search for specific rules
+%# (and hide them?) need to see what CGP gives back after we've added a rule
+ <% include('/elements/init_overlib.html') %>
+
+ <TR>
+ <TD ALIGN="right">Vacation message</TD>
+ <TD BGCOLOR="#FFFFFF">
+ <% include('/elements/popup_link.html',
+ 'action' => $p.'edit/cgp_rule-vacation.html?'.
+ 'svcnum='. $svc_acct->svcnum,
+ 'label' => '(add)', #XXX (edit)
+ 'actionlabel' => 'Vacation message',
+ 'width' => 600,
+ 'height' => 300,
+ #'color'
+ )
+ %>
+ </TD>
+ </TR>
+
+%# redirect all mail
+%#XXX finish me...
+
+ <TR>
+ <TD ALIGN="right">Redirect all mail</TD>
+ <TD BGCOLOR="#FFFFFF">
+ <% include('/elements/popup_link.html',
+ 'action' => $p.'edit/cgp_rule-redirect_all.html?'.
+ 'svcnum='. $svc_acct->svcnum,
+ 'label' => '(add)', #XXX (edit)
+ 'actionlabel' => 'Redirect all mail',
+ 'width' => 763,
+ #'height'
+ #'color'
+ )
+ %>
+ </TD>
+ </TR>
%# mail rules
More information about the freeside-commits
mailing list