From 0cc06d0142a93722c14da37369ad9745c2d0e571 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 28 Dec 2008 18:52:46 +0000 Subject: [PATCH] put the country/state/county selections on their own line, RT#4496 --- httemplate/browse/cust_main_county.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: '. + '
( show country: '. include('/elements/select-country.html', 'country' => $country, 'onchange' => $filter_change, -- 2.11.0