'group' => 'localization',
'name' => 'countryLimit',
'type' => 'Array',
- 'quick_form_type' => 'Select',
- 'html_type' => 'Select',
+ 'quick_form_type' => 'Element',
+ 'html_type' => 'advmultiselect',
'html_attributes' => array(
- 'multiple' => 1,
- 'class' => 'crm-select2',
+ 'size' => 5,
+ 'style' => 'width:150px',
+ 'class' => 'advmultiselect',
),
'default' => array('1228'),
'add' => '4.3',
'group' => 'localization',
'name' => 'provinceLimit',
'type' => 'Array',
- 'quick_form_type' => 'Select',
- 'html_type' => 'Select',
+ 'quick_form_type' => 'Element',
+ 'html_type' => 'advmultiselect',
'html_attributes' => array(
- 'multiple' => 1,
- 'class' => 'crm-select2',
+ 'size' => 5,
+ 'style' => 'width:150px',
+ 'class' => 'advmultiselect',
),
'default' => array('1228'),
'add' => '4.3',
- 'title' => 'Available States and Provinces',
+ 'title' => 'Available States and Provinces (by Country)',
'is_domain' => 1,
'is_contact' => 0,
'description' => '',