when using pkg-balances, limit self-service access when a customer with multiple...
authorivan <ivan>
Mon, 10 Aug 2009 11:57:14 +0000 (11:57 +0000)
committerivan <ivan>
Mon, 10 Aug 2009 11:57:14 +0000 (11:57 +0000)
fs_selfservice/FS-SelfService/cgi/process_svc_external.html

index 1d2937b..103eb9e 100644 (file)
@@ -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') %>