[*] BO : AdminTaxRulesGroup country select size

This commit is contained in:
fBrignoli
2011-10-11 09:55:05 +00:00
parent 7e43b5e949
commit 78f677c20d
+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,