X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=fs_selfservice%2FFS-SelfService%2Fcgi%2Fmake_ach_payment.html;h=1183b2ba060818e364d7061743d533f7f645b1e4;hp=2394c10d451e8dc853906fb19a61921713ac3056;hb=c2e0d0fcb917af1832dd6eb1d1dd787b492eb387;hpb=8e219ac3d60ba254c9bbc40adfeb2ebe40fd2b5f diff --git a/fs_selfservice/FS-SelfService/cgi/make_ach_payment.html b/fs_selfservice/FS-SelfService/cgi/make_ach_payment.html index 2394c10d4..1183b2ba0 100644 --- a/fs_selfservice/FS-SelfService/cgi/make_ach_payment.html +++ b/fs_selfservice/FS-SelfService/cgi/make_ach_payment.html @@ -1,58 +1,51 @@ -MyAccount - - -MyAccount

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

+<%= include('header', 'Make a payment') %> +
- +<%= +if ($balance > 0) { + $OUT .= < +EOF +} +%>
Amount Due
- $<%=sprintf("%.2f",$balance)%> + $money_char$balance
Payment amount - +<%= include('discount_term') %> <%= include('check') %> - - - - - + +<%= + $OUT = ''; + if ($ach_read_only) { + if ($payby eq 'CHEK') { + $OUT .= ''; + } + } else { + $OUT .= ''; + $OUT .= ''; + } +%> +
- $"> +
+ <%= $money_char %>
- - Remember this information -
- NAME="auto" VALUE="1" onClick="if (this.checked) { document.OneTrueForm.save.checked=true; }"> - Charge future payments to this account automatically -
'; + $OUT .= 'Remember this information
'; + $OUT .= 'Charge future payments to this account automatically

-
+ <%= include('footer') %>