[freeside-commits] freeside/fs_selfservice/FS-SelfService/cgi process_svc_external.html, 1.4, 1.5

Ivan,,, ivan at wavetail.420.am
Mon Aug 10 04:57:16 PDT 2009


Update of /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi
In directory wavetail.420.am:/tmp/cvs-serv1186/fs_selfservice/FS-SelfService/cgi

Modified Files:
	process_svc_external.html 
Log Message:
when using pkg-balances, limit self-service access when a customer with multiple packages logs on, RT#4189

Index: process_svc_external.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/process_svc_external.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- process_svc_external.html	1 Feb 2009 12:28:45 -0000	1.4
+++ process_svc_external.html	10 Aug 2009 11:57:14 -0000	1.5
@@ -1,12 +1,8 @@
-<HTML><HEAD><TITLE><%= $error ? 'MyAccount' : sprintf("Your serial number is %010d-$title", $id) %></TITLE></HEAD>
-<BODY BGCOLOR="#eeeeee"><FONT SIZE=5>MyAccount</FONT><BR><BR>
 <%= $url = "$selfurl?session=$session_id;action="; ''; %>
-<%= include('myaccount_menu') %>
-<TD VALIGN="top">
+<%= include('header') %>
 
 <FONT SIZE=4><%= $svc %> setup successfully.</FONT>
 
 <BR><BR>Your serial number is <%= sprintf("%010d-$title", $id) %>
 
-</TD></TR></TABLE>
 <%= include('footer') %>



More information about the freeside-commits mailing list