X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=fs_selfservice%2FFS-SelfService%2Fcgi%2Fmake_ach_payment.html;h=8c2dfe3059100edfed5994fe8dd116e09427d421;hb=a36e0f8a0f69349dafaa16d1d2d57dfb6e5dbc85;hp=83d36b9b935879741ec3893eec020c1652cb53da;hpb=7cdcb8d249f66efdbd5eb4efdd6e07f0f7948b49;p=freeside.git diff --git a/fs_selfservice/FS-SelfService/cgi/make_ach_payment.html b/fs_selfservice/FS-SelfService/cgi/make_ach_payment.html index 83d36b9b9..8c2dfe305 100644 --- a/fs_selfservice/FS-SelfService/cgi/make_ach_payment.html +++ b/fs_selfservice/FS-SelfService/cgi/make_ach_payment.html @@ -1,96 +1,35 @@ -MyAccount - - -MyAccount

-<%= $url = "$selfurl?session=$session_id;action="; ''; %> -<%= include('myaccount_menu') %> - -Make a payment

+<%= include('header', 'Make a payment') %> +
- +<%= +if ($balance > 0) { + $OUT .= < +EOF +} +%> - - - - - - - - - - - - - - <%= - $OUT = ''; - if ($show_paystate) { - $OUT .= qq!'; - } - %> - <%= - $OUT = ''; - if ($show_ss) { - $OUT .= ''; - } - %> - <%= - $OUT = ''; - if ($show_stateid) { - $OUT .= '!; - $OUT .= qq!!; - $OUT .= ''; - } - %> + +<%= include('discount_term') %> +<%= include('check') %> + @@ -104,8 +43,5 @@ -
Amount Due
- $<%=sprintf("%.2f",$balance)%> + $money_char$balance
Payment amount
- $"> + <%= $money_char %>
Account type - -
Account number
ABA/Routing number
Bank name
Bank state
Account holder
Social '; - $OUT .= 'security or tax ID #
'; - $OUT .= qq!!; - $OUT .= '
'; - $OUT .= qq!Account holder
$stateid_label
!; - $OUT .= qq!$stateid_state_label
- + NAME="save" VALUE="1"> Remember this information
-
-powered by freeside - +<%= include('footer') %>