put the country/state/county selections on their own line, RT#4496
authorivan <ivan>
Sun, 28 Dec 2008 18:52:46 +0000 (18:52 +0000)
committerivan <ivan>
Sun, 28 Dec 2008 18:52:46 +0000 (18:52 +0000)
httemplate/browse/cust_main_county.cgi

index c4d1d18..256c51d 100755 (executable)
@@ -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,