selfservice command to suspend packages, RT#9989
[freeside.git] / fs_selfservice / FS-SelfService / cgi / view_customer.html
1 <HTML><HEAD><TITLE>Reseller</TITLE></HEAD>
2 <BODY BGCOLOR="#eeeeee"><FONT SIZE=5>Reseller</FONT><BR><BR>
3 <%= $url = "$selfurl?session=$session_id;action="; ''; %>
4 <TABLE BORDER=0 CELLPADDING=4><TR>
5 <%= include('agent_menu') %>
6 <TD VALIGN="top">
7
8 <%= $message
9       ? "<FONT SIZE=\"+2\"><B>$message</B></FONT><BR><BR>"
10       : ''
11 %>
12
13 <%= $small_custview %>
14
15 <BR>
16
17 <TABLE BORDER=0 CELLPADDING=4><TR>
18 <%= include('agent_customer_menu') %>
19 <TD VALIGN="top">
20
21 </TD></TR></TABLE>
22
23 </TD></TR></TABLE>
24 <%= include('footer') %>