diff options
author | ivan <ivan> | 2008-12-28 18:52:46 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-12-28 18:52:46 +0000 |
commit | 0cc06d0142a93722c14da37369ad9745c2d0e571 (patch) | |
tree | 446c7113fb36378476d0624528efb9d958d94f2b /httemplate | |
parent | d8cb6cd67cc574c90dbbfbd8db2da6711c516d65 (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, |