Merge branch 'master' of git.freeside.biz:/home/git/freeside
[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 <TABLE BORDER=0 CELLPADDING=4><TR>
4 <%= include('agent_menu') %>
5 <TD VALIGN="top">
6
7 <%= $message
8       ? "<FONT SIZE=\"+2\"><B>$message</B></FONT><BR><BR>"
9       : ''
10 %>
11
12 <%= $small_custview %>
13
14 <BR>
15
16 <TABLE BORDER=0 CELLPADDING=4><TR>
17 <%= include('agent_customer_menu') %>
18 <TD VALIGN="top">
19
20 </TD></TR></TABLE>
21
22 </TD></TR></TABLE>
23 <%= include('footer') %>