CRM-17977 Usability of allowed countries/states
authorJKingsnorth <john@johnkingsnorth.co.uk>
Fri, 12 Feb 2016 11:58:51 +0000 (11:58 +0000)
committerJKingsnorth <john@johnkingsnorth.co.uk>
Fri, 12 Feb 2016 11:58:51 +0000 (11:58 +0000)
settings/Localization.setting.php

index 609e30d866a5994c25e2620ca50ff338899b272f..f68085e7107486b06cfe62ba393ee82365c67cb6 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('1228'),
     '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('1228'),
     'add' => '4.3',
-    'title' => 'Available States and Provinces',
+    'title' => 'Available States and Provinces (by Country)',
     'is_domain' => 1,
     'is_contact' => 0,
     'description' => '',