[*] BO : AdminTaxRulesGroup country select size

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9213 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fBrignoli
2011-10-11 09:55:05 +00:00
parent 01bb408766
commit 0bac60447e
+5 -1
View File
@@ -335,7 +335,11 @@ EOT;
die(Tools::displayError('Unable to load the tax rule!'));
$country_select = Helper::selectInput(Country::getCountries((int)$cookie->id_lang),
array('id' => 'country', 'name' => 'country[]', 'onclick' => 'populateStates($(this).val(), \'\')', 'multiple' => 'multiple'),
array('id' => 'country',
'name' => 'country[]',
'onclick' => 'populateStates($(this).val(), \'\')',
'multiple' => 'multiple',
'size' => 15),
array('key' => 'id_country',
'value' => 'name',
'selected' => $this->selected_countries,