diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-03-26 22:45:14 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-03-26 22:45:14 -0700 |
commit | 59669128b6409e2556aa26d659c5cc22a1c7b945 (patch) | |
tree | a507fbfd76c110dee6b0943728692b1e719788df /httemplate/elements/location.html | |
parent | 73a0010272b15b42c19a40f59fd09c74fca2af5c (diff) | |
parent | 8ea01f3b6874ee3a96441a821b422def2ceead5d (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
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 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 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 { |