This commit was generated by cvs2svn to compensate for changes in r11022,
[freeside.git] / fs_selfservice / FS-SelfService / cgi / agent_provision.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;custnum=$custnum;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 <BR>
15
16 <TABLE BORDER=0 CELLPADDING=4><TR>
17 <%= include('agent_customer_menu') %>
18 <TD VALIGN="top">
19 <%= include('provision_list') %>
20 </TD></TR></TABLE>
21
22 </TD></TR></TABLE>
23 <%= include('footer') %>