From a1c4676cf1cd6e8f62118748a13d1257e98860a1 Mon Sep 17 00:00:00 2001 From: ethem Date: Wed, 30 Aug 2006 19:38:28 +0000 Subject: [PATCH] User fields for ECHECK --- enrol/authorize/enrol.html | 42 +++++++++++++++++++++++++++++++++----- 1 file changed, 37 insertions(+), 5 deletions(-) diff --git a/enrol/authorize/enrol.html b/enrol/authorize/enrol.html index 1843791c1f4..23c376d30cf 100755 --- a/enrol/authorize/enrol.html +++ b/enrol/authorize/enrol.html @@ -170,15 +170,47 @@ function print_echeck_form($classreference)
+ + echeck form (not ready) + - - - echeck form (not ready) - - + + + + + + + + + + + + + + + + + + + +
 
: + authorizeerrors['abacode'])) { formerr($classreference->authorizeerrors['abacode']); } ?>
: + authorizeerrors['accnum'])) { formerr($classreference->authorizeerrors['accnum']); } ?>
: get_string("echeckchecking", "enrol_authorize"), + 'BUSINESSCHECKING' => get_string("echeckbusinesschecking", "enrol_authorize"), + 'SAVINGS' => get_string("echecksavings", "enrol_authorize") + ); + choose_from_menu($acctypes, 'acctype', $form->acctype); + if (!empty($classreference->authorizeerrors['acctype'])) { formerr($classreference->authorizeerrors['acctype']); } + ?> +
: + authorizeerrors['bankname'])) { formerr($classreference->authorizeerrors['bankname']); } ?>
: + + authorizeerrors['firstlast'])) { formerr($classreference->authorizeerrors['firstlast']); } ?>
">