diff options
author | ivan <ivan> | 2008-12-28 18:52:47 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-12-28 18:52:47 +0000 |
commit | 35736d62fa7a0bfaa521149a7f82f3aedbd20c8e (patch) | |
tree | 1e8e2e82bb04c78c43da42590683b76efff2e0e7 /httemplate | |
parent | e8783189b8e95a013e7f56c750083832e6c2a198 (diff) |
put the country/state/county selections on their own line, RT#4496
Diffstat (limited to 'httemplate')
-rwxr-xr-x | httemplate/browse/cust_main_county.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/browse/cust_main_county.cgi b/httemplate/browse/cust_main_county.cgi index c4d1d1882..256c51d4b 100755 --- a/httemplate/browse/cust_main_county.cgi +++ b/httemplate/browse/cust_main_county.cgi @@ -186,7 +186,7 @@ $cgi->param('county', $county ) if $county; $cgi->param('taxclass', $county ) if $taxclass; my $html_posttotal = - '( show country: '. + '<BR>( show country: '. include('/elements/select-country.html', 'country' => $country, 'onchange' => $filter_change, |