X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Flocation.html;h=68552331414f0b97937070309a8b53f82cccc51c;hb=6636a4ed5401d2915efb9aabe5345c7ad70f579e;hp=de844e46508a335b4f32925131baa78076e00fa5;hpb=468c9e660eb0edb2033f0f8dbb4458f20280082c;p=freeside.git diff --git a/httemplate/elements/location.html b/httemplate/elements/location.html index de844e465..685523314 100644 --- a/httemplate/elements/location.html +++ b/httemplate/elements/location.html @@ -179,7 +179,7 @@ Example: % if ( $opt{enable_coords} ) { - <% mt('Latitude') |h %> + <% mt('Latitude') |h %> % } else { % foreach (qw(latitude longitude)) { - + % } % } @@ -214,7 +214,7 @@ Example: + VALUE="<% $object->censustract |h %>"> <% '(automatic)' %> @@ -226,12 +226,13 @@ Example: + ID="<%$pre%>district" + VALUE="<% $object->district |h %>"> <% '(automatic)' %> % } else { - + % } % } @@ -239,7 +240,7 @@ Example: %# keep a clean copy of the address so we know if we need %# to re-standardize % foreach (qw(address1 city state country zip latitude -% longitude censustract addr_clean) ) { +% longitude censustract district addr_clean) ) { % } %# Placeholders