diff options
author | ivan <ivan> | 2009-01-10 00:43:06 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-01-10 00:43:06 +0000 |
commit | a661ced3f9f678a645780eaa0b183d2de5f100fa (patch) | |
tree | ba08ec5dd9af23f31a2366aafd0bcca599fae8f2 /httemplate/elements/location.html | |
parent | 20bddf47a41b6d064b3cfa4c41e55c157cf0c3de (diff) |
more work on package service addresses: hide locations when they're all the default, config to show them anyway / finish implementing package ordering, fix all the state/county weirdness when changing the location dropdown. RT#4499
Diffstat (limited to 'httemplate/elements/location.html')
-rw-r--r-- | httemplate/elements/location.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/elements/location.html b/httemplate/elements/location.html index bf340894a..f21b8ad01 100644 --- a/httemplate/elements/location.html +++ b/httemplate/elements/location.html @@ -20,6 +20,7 @@ Example: <TD COLSPAN=7> <INPUT TYPE = "text" NAME = "<%$pre%>address1" + ID = "<%$pre%>address1" VALUE = "<% $object->get($pre.'address1') |h %>" SIZE = 70 onChange = "<% $onchange %>" @@ -34,6 +35,7 @@ Example: <TD COLSPAN=7> <INPUT TYPE = "text" NAME = "<%$pre%>address2" + ID = "<%$pre%>address2" VALUE = "<% $object->get($pre.'address2') |h %>" SIZE = 70 onChange = "<% $onchange %>" @@ -48,6 +50,7 @@ Example: <TD> <INPUT TYPE = "text" NAME = "<%$pre%>city" + ID = "<%$pre%>city" VALUE = "<% $object->get($pre.'city') |h %>" onChange = "<% $onchange %>" <% $disabled %> @@ -66,6 +69,7 @@ Example: <TD> <INPUT TYPE = "text" NAME = "<%$pre%>zip" + ID = "<%$pre%>zip" VALUE = "<% $object->get($pre.'zip') |h %>" SIZE = 10 onChange = "<% $onchange %>" |