Merge pull request #8914 from totten/master-soap
[civicrm-core.git] / settings / Localization.setting.php
index 454b00e5dec65a22ca2d1db0331873d421cae2ab..e375d92f3a9a3f72e377a65ce3394eec0c67fdf7 100644 (file)
@@ -188,11 +188,12 @@ return array(
     '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(),
     'add' => '4.3',
@@ -210,15 +211,16 @@ return array(
     '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(),
     'add' => '4.3',
-    'title' => 'Available States and Provinces',
+    'title' => 'Available States and Provinces (by Country)',
     'is_domain' => 1,
     'is_contact' => 0,
     'description' => '',