summaryrefslogtreecommitdiff
path: root/httemplate/elements/location.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-01-23 14:27:25 -0800
committerMark Wells <mark@freeside.biz>2014-01-23 14:27:25 -0800
commit02ac576281eb3f74e5b75490517512de3ce5889c (patch)
tree885d0595ce95f734eecdf6fe6d9ce3e0f2b938c2 /httemplate/elements/location.html
parent339f0d29184395a0342c4f3a3febba79cd76fb11 (diff)
make census tract UI behave more like other cust_location fields, #23497
Diffstat (limited to 'httemplate/elements/location.html')
-rw-r--r--httemplate/elements/location.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/httemplate/elements/location.html b/httemplate/elements/location.html
index a820bf2a6..799531e01 100644
--- a/httemplate/elements/location.html
+++ b/httemplate/elements/location.html
@@ -213,7 +213,8 @@ Example:
<TD ALIGN="right">Census&nbsp;tract</TD>
<TD COLSPAN=8>
<INPUT TYPE="text" SIZE=15
- NAME="enter_censustract"
+ ID="<% $pre %>enter_censustract"
+ NAME="<% $pre %>enter_censustract"
VALUE="<% $object->censustract |h %>">
<% '(automatic)' %>
</TD>
@@ -250,7 +251,8 @@ Example:
var clear_coords_ids = [
'<%$pre%>latitude',
'<%$pre%>longitude',
- 'enter_censustract',
+ '<%$pre%>enter_censustract',
+ '<%$pre%>censustract',
'<%$pre%>district'
];
function clear_coords() {