X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Flocation.html;h=c606523f0eaa505edc075cc010772d7a18e74dfa;hb=aba86d4205a831c561fcf62a24d021c82c229d96;hp=0ff119009ef3e3264244df6e9a915e55f0731620;hpb=b5c4237a34aef94976bc343c8d9e138664fc3984;p=freeside.git diff --git a/httemplate/elements/location.html b/httemplate/elements/location.html index 0ff119009..c606523f0 100644 --- a/httemplate/elements/location.html +++ b/httemplate/elements/location.html @@ -40,7 +40,7 @@ Example: % } - <<%$th%> ALIGN="right"><%$r%><% $opt{'address1_label'} || 'Address' %>> + <<%$th%> ALIGN="right"><%$r%><% $opt{'address1_label'} || emt('Address') %>> - <<%$th%> ALIGN="right"><%$r%>City> - <% include('/elements/city.html', %select_hash) %> + <<%$th%> ALIGN="right"><%$r%><% mt('City') |h %>> + <% include('/elements/city.html', %select_hash, 'text_style' => \@style ) %> <<%$th%> ALIGN="right" WIDTH="1" ID="<%$pre%>countylabel" <%$county_style%>><%$r%>County> <% include('/elements/select-county.html', %select_hash ) %> - <<%$th%> ALIGN="right" WIDTH="1"><%$r%>State> + <<%$th%> ALIGN="right" WIDTH="1"><%$r%><% mt('State') |h %>> <% include('/elements/select-state.html', %select_hash ) %> - <<%$th%> ALIGN="right" WIDTH="1"><%$r%>Zip> + <<%$th%> ALIGN="right" WIDTH="1"><%$r%><% mt('Zip') |h %>> - <<%$th%> ALIGN="right"><%$r%>Country> + <<%$th%> ALIGN="right"><%$r%><% mt('Country') |h %>> <% include('/elements/select-country.html', %select_hash ) %> + + <% mt('Latitude') |h %> + + + <% $style %> + > + <% mt('Longitude') |h %> + + <% $style %> + > + + + + % if ( !$pre ) { % } else { @@ -182,11 +204,20 @@ Example: <<%$th%> ALIGN="right">Census tract
(automatic)> + % } else { % } +% if ( $conf->config('tax_district_method') or $object->get('district') ) { + + <<%$th%> ALIGN="right">Tax district
(automatic)> + + + + +% } % } <%init>