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