X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fmisc%2Fconfirm-censustract.html;h=0afb7546096995fe7b8f1a06d0d097c3b118a3f6;hp=10ae91812b858a1386df64ec07746e855f73f450;hb=773a599e85493e20e0a8de911ec151ec69507bcb;hpb=fdc037ba12d1f365d756ed11937a6bfd3e66af0b diff --git a/httemplate/misc/confirm-censustract.html b/httemplate/misc/confirm-censustract.html index 10ae91812..0afb75460 100644 --- a/httemplate/misc/confirm-censustract.html +++ b/httemplate/misc/confirm-censustract.html @@ -19,10 +19,11 @@ Confirm census tract % my $querystring = "census_year=$year&latitude=".$cache->get('latitude').'&longitude='.$cache->get('longitude'); Map service module location
-% $querystring = "census_year=$year&zip_code=".$cache->get('zip'); -get('zip'); +Map zip code center

+ @@ -31,9 +32,9 @@ Confirm census tract % if ( $error ) { - + % } else { - + % } @@ -43,30 +44,43 @@ Confirm census tract Use entered census tract -% if ( !$error ) { - - - -% } else { # don't show a button to use the calculated value - + -% }
Entered census tract
<% $old_tract %><% $error %>
<% $error %>
<% $new_tract %>
<% $new_tract %>
- -
+ +
+
+
+ <%init> local $SIG{__DIE__}; #disable Mason error trap