selfservice command to suspend packages, RT#9989
[freeside.git] / fs_selfservice / FS-SelfService / cgi / agent_delete_svc.html
1 <HTML><HEAD><TITLE>MyAccount</TITLE></HEAD>
2 <BODY BGCOLOR="#eeeeee"><FONT SIZE=5>MyAccount</FONT><BR><BR>
3 <%= $url = "$selfurl?session=$session_id;action="; ''; %>
4 <%= include('myaccount_menu') %>
5 <TD VALIGN="top">
6 <%= $small_custview %>
7 <BR>
8 <%= if ( $error ) {
9
10   $OUT .= qq!<FONT SIZE="+1" COLOR="#ff0000">Error: $error</FONT>!;
11 } else {
12   $OUT .= "<FONT SIZE=4>$svc removed.</FONT>";
13 } %>
14
15 </TD></TR></TABLE>
16
17 <%= include('footer') %>