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