X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Flocation.html;h=13797fe6188262bcc8bc9dfda73c9a4c995b110c;hb=ea3ce8d7f076e7fecff4be7ae63bc413adb0adf5;hp=48c6159bbf260ce9b78e10e3cd5d4c166dd323c6;hpb=d0c5ddbd31af8b1747d447f31623e1af05961eb4;p=freeside.git diff --git a/httemplate/elements/location.html b/httemplate/elements/location.html index 48c6159bb..13797fe61 100644 --- a/httemplate/elements/location.html +++ b/httemplate/elements/location.html @@ -149,7 +149,7 @@ Example: <<%$th%> ALIGN="right"><%$r%><% mt('City') |h %>> - <% include('/elements/city.html', %select_hash) %> + <% 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%><% mt('State') |h %>> @@ -175,6 +175,28 @@ Example: <% include('/elements/select-country.html', %select_hash ) %> + + <% mt('Latitude') |h %> + + + <% $style %> + > + <% mt('Longitude') |h %> + + <% $style %> + > + + + + % if ( !$pre ) { % } else { @@ -187,6 +209,14 @@ Example: % } else { % } +% if ( $conf->config('tax_district_method') or $object->get('district') ) { + + <<%$th%> ALIGN="right">Tax district
(automatic)> + + + + +% } % } <%init>