diff options
Diffstat (limited to 'httemplate/elements/location.html')
-rw-r--r-- | httemplate/elements/location.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/elements/location.html b/httemplate/elements/location.html index f21b8ad01..b0b30d3b1 100644 --- a/httemplate/elements/location.html +++ b/httemplate/elements/location.html @@ -22,7 +22,7 @@ Example: NAME = "<%$pre%>address1" ID = "<%$pre%>address1" VALUE = "<% $object->get($pre.'address1') |h %>" - SIZE = 70 + SIZE = 58 onChange = "<% $onchange %>" <% $disabled %> <% $style %> @@ -37,7 +37,7 @@ Example: NAME = "<%$pre%>address2" ID = "<%$pre%>address2" VALUE = "<% $object->get($pre.'address2') |h %>" - SIZE = 70 + SIZE = 58 onChange = "<% $onchange %>" <% $disabled %> <% $style %> @@ -56,7 +56,7 @@ Example: <% $disabled %> <% $style %> > - </TD> + </TD> <TH ALIGN="right" ID="<%$pre%>countylabel" <%$county_style%>><%$r%>County</TH> <TD> <% include('/elements/select-county.html', %select_hash ) %> |