diff options
| author | Mark Wells <mark@freeside.biz> | 2016-03-26 21:45:03 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2016-03-26 21:48:08 -0700 |
| commit | 7ec1684c70e24b4b16a903386edd7111212f6212 (patch) | |
| tree | b87c55d956d6fd780849395a280a930e06edd7cb /httemplate/elements/location.html | |
| parent | 3f0cae114021da41286e12688e1542442d1e51a3 (diff) | |
improve address standardization UI, #33849
Diffstat (limited to 'httemplate/elements/location.html')
| -rw-r--r-- | httemplate/elements/location.html | 4 |
1 files changed, 2 insertions, 2 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 { |
