From 9dc88f6c738f30ce1eb6339ba4b739b45555dea4 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 8 May 2008 12:47:13 +0000 Subject: address standardization part one, finally checked in from here --- httemplate/edit/cust_main.cgi | 66 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 64 insertions(+), 2 deletions(-) (limited to 'httemplate/edit/cust_main.cgi') diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index aae809370..3d727dd2c 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -210,9 +210,19 @@ Service address ) %> +<% include( '/elements/xmlhttp.html', + 'url' => $p.'misc/xmlhttp-cust_main-address_standardize.html', + 'subs' => [ 'address_standardize' ], + #'method' => 'POST', #could get too long? + ) +%> + -
+ % foreach my $hidden ( % 'birthdate', % @@ -438,7 +500,7 @@ function copyelement(from, to) {
-"> +" onClick="document.bottomform.submitButton.disabled=true; bottomfixup(this.form);">
-- cgit v1.2.1