From 27969f1540d4c35150fe11ae8bd3824505ccd7b3 Mon Sep 17 00:00:00 2001 From: JKingsnorth Date: Fri, 12 Feb 2016 11:58:51 +0000 Subject: [PATCH] CRM-17977 Usability of allowed countries/states --- settings/Localization.setting.php | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) 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' => '', -- 2.25.1