X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Flocation.html;h=c5509c1a92d3851cad12cd10d2dfdbdd3b7e8c6a;hp=48c6159bbf260ce9b78e10e3cd5d4c166dd323c6;hb=8cbe016ac2c28cd209c48f053f361573368e7988;hpb=ea1b65c11b8781160b5a76a77e1ee8108e528048 diff --git a/httemplate/elements/location.html b/httemplate/elements/location.html index 48c6159bb..c5509c1a9 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 {