X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FSearch.setting.php;h=4d5e198b07a422e7d07cad9e91fe2fa18ca2125b;hb=7e82867acfdf636f49e087a28e4cbd6eafedf89a;hp=043fe559bd22e35928670a0e09219d4bc324a5cd;hpb=144dacf19067161923f93ddd7178bb938b04c969;p=civicrm-core.git diff --git a/settings/Search.setting.php b/settings/Search.setting.php index 043fe559bd..4d5e198b07 100644 --- a/settings/Search.setting.php +++ b/settings/Search.setting.php @@ -42,11 +42,7 @@ return [ 'name' => 'search_autocomplete_count', 'type' => 'Integer', 'quick_form_type' => 'Element', - 'html_type' => 'text', - 'html_attributes' => [ - 'size' => 2, - 'maxlength' => 2, - ], + 'html_type' => 'number', 'default' => 10, 'add' => '4.3', 'title' => 'Autocomplete Results', @@ -167,7 +163,7 @@ return [ 'name' => 'smartGroupCacheTimeout', 'type' => 'Integer', 'quick_form_type' => 'Element', - 'html_type' => 'text', + 'html_type' => 'number', 'default' => 5, 'add' => '4.6', 'title' => 'Smart group cache timeout', @@ -238,8 +234,8 @@ return [ 'name' => 'quicksearch_options', 'type' => 'string', 'serialize' => CRM_Core_DAO::SERIALIZE_SEPARATOR_BOOKEND, - 'quick_form_type' => 'CheckBoxes', 'html_type' => 'checkboxes', + 'sortable' => TRUE, 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::quicksearchOptions', ],