summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-03-26 21:45:03 -0700
committerMark Wells <mark@freeside.biz>2016-03-26 21:45:10 -0700
commit8ea01f3b6874ee3a96441a821b422def2ceead5d (patch)
tree2307e68440b857a50986240c96f85c2359ca5326 /httemplate/elements
parentdb27e4da24fa49d91215bd8ef7a05895fa58c0f6 (diff)
improve address standardization UI, #33849
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/location.html4
-rw-r--r--httemplate/elements/standardize_locations.js2
2 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/elements/location.html b/httemplate/elements/location.html
index b5f0a963c..3c8e973ed 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&nbsp;district</TD>
+ <TH ALIGN="right">Tax&nbsp;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 0c4fb029a..15d687cf3 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');