| <% mt('Address') |h %> |
|
| <% mt('City') |h %> |
<& /elements/city.html,
disable_empty => 0,
empty_label => '(all)',
disable_text => 1,
&>
|
| <% mt('County') |h %> |
<& /elements/select-county.html,
disable_empty => 0,
empty_label => '(all)',
&>
|
| <% mt('State') |h %> |
<& /elements/select-state.html,
disable_empty => 0,
empty_label => '(all)',
&>
|
| <% mt('Zip') |h %> |
|
| <% mt('Country') |h %> |
<& /elements/select-country.html,
disable_empty => 0,
state_disable_empty => 0,
state_empty_label => '(all)',
&>
|
| <% mt('Search historical addresses') %> |
|