default to a session cookie instead of setting an explicit timeout, weird timezone...
[freeside.git] / fs_selfservice / FS-SelfService / cgi / change_check_pay.html
1 <%= include('header', 'Change ach payment information') %>
2
3 <%= if ( $error ) { 
4   $OUT .= qq!<FONT SIZE="+1" COLOR="#ff0000">Error: $error</FONT><BR><BR>!;
5   }  ''; %>
6
7 <FORM NAME="OneTrueForm" METHOD="POST" ACTION="<%=$selfurl%>" onSubmit="document.OneTrueForm.process.disabled=true">
8
9   <TABLE BGCOLOR="#cccccc">
10     <INPUT TYPE="hidden" NAME="payby" VALUE="CHEK">
11     <%= include('check') %>
12     <TR><TD COLSPAN=3>
13       <INPUT TYPE="checkbox" NAME="auto" VALUE="1">Charge future payments to this card automatically
14     </TD></TR>
15   </TABLE>
16
17   <INPUT TYPE="hidden" NAME="action" VALUE="process_change_check_pay">
18   <INPUT TYPE="hidden" NAME="custpaybynum" VALUE="<%=$custpaybynum%>">
19   <BR>
20   <!-- onClick="this.disabled=true"> -->
21   <INPUT TYPE="submit" NAME="process" VALUE="Save payment information">
22
23 <%= include('footer') %>