From: JKingsnorth Date: Fri, 12 Feb 2016 11:58:51 +0000 (+0000) Subject: CRM-17977 Usability of allowed countries/states X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=27969f1540d4c35150fe11ae8bd3824505ccd7b3;p=civicrm-core.git CRM-17977 Usability of allowed countries/states --- diff --git a/settings/Localization.setting.php b/settings/Localization.setting.php index 609e30d866..f68085e710 100644 --- a/settings/Localization.setting.php +++ b/settings/Localization.setting.php @@ -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' => '',