X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fmisc%2Fconfirm-censustract.html;h=0f115e5d7c8c79fbd9b3eaade4b01c7a5139e360;hp=10ae91812b858a1386df64ec07746e855f73f450;hb=e803d5f00368e951f7a4b82d5d390b53c4a6c827;hpb=3ded5e72c073b5291b02eff3131b74d834d27867 diff --git a/httemplate/misc/confirm-censustract.html b/httemplate/misc/confirm-censustract.html index 10ae91812..0f115e5d7 100644 --- a/httemplate/misc/confirm-censustract.html +++ b/httemplate/misc/confirm-censustract.html @@ -16,13 +16,14 @@ Confirm census tract <% $location{address1} |h %> <% $location{address2} |h %>
<% $location{city} |h %>, <% $location{state} |h %> <% $location{zip} |h %>

-% 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