assign a size to svc_phone.sms_account
[freeside.git] / fs_selfservice / FS-SelfService / cgi / change_bill.html
1 <%= $url = "$selfurl?session=$session_id;action="; ''; %>
2 <%= include('header', 'Edit billing address') %>
3
4 <%= if ( $error ) { 
5   $OUT .= qq!<FONT SIZE="+1" COLOR="#ff0000">Error: $error</FONT><BR><BR>!;
6 }  ''; %>
7
8 <FORM NAME="ChangeBillForm" ACTION="<%= $selfurl %>" METHOD=POST onSubmit="document.bottomform.submit.disabled=true;">
9 <INPUT TYPE="hidden" NAME="session" VALUE="<%= $session_id %>">
10 <INPUT TYPE="hidden" NAME="action" VALUE="process_change_bill">
11 <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=0>
12
13 <%= $r=qq!<font color="#ff0000">*</font>&nbsp;!; include('contact') %>
14
15 <INPUT TYPE="submit" NAME="submit" VALUE="<%= $custnum ?  "Apply Changes" : "Add Customer" %>">
16 <BR>
17 </FORM>
18
19 <%= include('footer') %>