diff options
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/location.html | 4 | ||||
-rw-r--r-- | httemplate/elements/standardize_locations.js | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/elements/location.html b/httemplate/elements/location.html index b50509aea..7fc49f860 100644 --- a/httemplate/elements/location.html +++ b/httemplate/elements/location.html @@ -245,13 +245,13 @@ Example: % } % if ( $opt{enable_district} and $conf->config('tax_district_method') ) { <TR> - <TD ALIGN="right">Tax district</TD> + <TH ALIGN="right">Tax district</TH> <TD COLSPAN=8> <INPUT TYPE="text" SIZE=15 NAME="<%$pre%>district" ID="<%$pre%>district" VALUE="<% $object->district |h %>"> - <% '(automatic)' %> + <FONT SIZE="-1" COLOR="#333333"><% '(automatic)' %></FONT> </TD> </TR> % } else { diff --git a/httemplate/elements/standardize_locations.js b/httemplate/elements/standardize_locations.js index fed57334a..b2561b206 100644 --- a/httemplate/elements/standardize_locations.js +++ b/httemplate/elements/standardize_locations.js @@ -115,7 +115,7 @@ function confirm_standardize(arg) { // then all entered address fields are correct // but we still need to set the lat/long fields and addr_clean - if ( returned['addr_clean'] ) { + if ( returned['all_clean'] ) { status_message('Verified'); } else { status_message('Unverified'); |