diff options
author | ivan <ivan> | 2009-08-10 11:57:14 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-08-10 11:57:14 +0000 |
commit | 903fe2fe14cebb5d311d43edfc60d3c36333e146 (patch) | |
tree | feadc96b4c58870ff6809bf5b357d9f3eb3a5c48 /fs_selfservice | |
parent | 99100d7e0d0b22a1844dde88acd529e79d096463 (diff) |
when using pkg-balances, limit self-service access when a customer with multiple packages logs on, RT#4189
Diffstat (limited to 'fs_selfservice')
-rw-r--r-- | fs_selfservice/FS-SelfService/cgi/process_svc_external.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/process_svc_external.html b/fs_selfservice/FS-SelfService/cgi/process_svc_external.html index 1d2937b3e..103eb9e35 100644 --- a/fs_selfservice/FS-SelfService/cgi/process_svc_external.html +++ b/fs_selfservice/FS-SelfService/cgi/process_svc_external.html @@ -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') %> |