From: ivan Date: Sun, 28 Dec 2008 18:52:47 +0000 (+0000) Subject: put the country/state/county selections on their own line, RT#4496 X-Git-Tag: freeside_1_7_4rc1~128 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=35736d62fa7a0bfaa521149a7f82f3aedbd20c8e;p=freeside.git put the country/state/county selections on their own line, RT#4496 --- 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,