diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-07-31 13:17:55 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-07-31 13:17:55 -0700 |
commit | 6c284750de8fe49d7d4cdc6a9a4fb618697780e2 (patch) | |
tree | b857e8d1d948d20fb425b0505d553e425a809414 /httemplate/search/report_cust_main.html | |
parent | 5592cab603e6fda46268ca5addb1b036662e1576 (diff) |
search by state (and county, country), RT#30312
Diffstat (limited to 'httemplate/search/report_cust_main.html')
-rwxr-xr-x | httemplate/search/report_cust_main.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html index 4309fbb7f..16a8122e8 100755 --- a/httemplate/search/report_cust_main.html +++ b/httemplate/search/report_cust_main.html @@ -43,6 +43,27 @@ <TD ALIGN="right" VALIGN="center"><% mt('Address') |h %></TD> <TD><INPUT TYPE="text" NAME="address" SIZE=54></TD> </TR> + + <TR> + <TD ALIGN="right" VALIGN="center"><% mt('County') |h %></TD> + <TD> + <& /elements/select-county.html, + disable_empty => 0, + empty_label => '(all)', + &> + </TD> + </TR> + + + <TR> + <TD ALIGN="right" VALIGN="center"><% mt('State') |h %></TD> + <TD> + <& /elements/select-state.html, + disable_empty => 0, + empty_label => '(all)', + &> + </TD> + </TR> <TR> <TD ALIGN="right" VALIGN="center"><% mt('Zip') |h %></TD> @@ -50,6 +71,17 @@ </TR> <TR> + <TD ALIGN="right" VALIGN="center"><% mt('Country') |h %></TD> + <TD> + <& /elements/select-country.html, + disable_empty => 0, + state_disable_empty => 0, + state_empty_label => '(all)', + &> + </TD> + </TR> + + <TR> <TD ALIGN="right" VALIGN="center"><% mt('Signup date') |h %></TD> <TD> <TABLE> |