[freeside-commits] freeside/httemplate/view/svc_acct communigate.html, 1.1.2.5, 1.1.2.6

Ivan,,, ivan at wavetail.420.am
Sat Aug 7 00:39:09 PDT 2010


Update of /home/cvs/cvsroot/freeside/httemplate/view/svc_acct
In directory wavetail.420.am:/tmp/cvs-serv10163/httemplate/view/svc_acct

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	communigate.html 
Log Message:
communigate phase 3: RPOP/acct_snarf, RT#7515

Index: communigate.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/svc_acct/communigate.html,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -w -d -r1.1.2.5 -r1.1.2.6
--- communigate.html	6 Aug 2010 21:28:04 -0000	1.1.2.5
+++ communigate.html	7 Aug 2010 07:39:07 -0000	1.1.2.6
@@ -107,6 +107,13 @@
             )
   %>
 
+%# RPOP
+
+  <% include('/view/elements/tr.html', label=>'Remote POP accounts',
+               value=>$rpop_link,
+            )
+  %>
+
 <%init>
 
 my %opt = @_;
@@ -116,8 +123,11 @@
 my $svc_acct = $opt{'svc_acct'};
 #my $part_svc = $opt{'part_svc'};
 
-my $rule_link = qq(<A HREF="${p}browse/cgp_rule.html?svcnum=).
-                      $svc_acct->svcnum. '">View/edit mail rules</A>'; #'dum vim
+my $rule_link = qq(<A HREF="${p}browse/cgp_rule.html?svcnum=). #"dum vim
+                      $svc_acct->svcnum. '">View/edit mail rules</A>';
+
+my $rpop_link = qq(<A HREF="${p}browse/acct_snarf.html?svcnum=). #"dee vim
+                      $svc_acct->svcnum. '">View/edit remote POP accounts</A>';
 
 my $vacation_rule = qsearchs('cgp_rule', { 'svcnum' => $svc_acct->svcnum,
                                            'name'   => '#Vacation'



More information about the freeside-commits mailing list