X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FLocalization.setting.php;h=e375d92f3a9a3f72e377a65ce3394eec0c67fdf7;hb=54972caa65e2602a52406f0d9c344b9b019fdac2;hp=0864a3f60527bf392e4800138923cbd70dae4949;hpb=1bf0c1aee7763286d31559d4719239fea7383f0e;p=civicrm-core.git diff --git a/settings/Localization.setting.php b/settings/Localization.setting.php index 0864a3f605..e375d92f3a 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(), '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' => '', @@ -324,6 +326,25 @@ return array( 'title' => 'Date Format: Year Only', 'description' => '', ), + 'dateformatFinancialBatch' => array( + 'add' => '4.7', + 'help_text' => NULL, + 'is_domain' => 1, + 'is_contact' => 0, + 'group_name' => 'Localization Preferences', + 'group' => 'localization', + 'name' => 'dateformatFinancialBatch', + 'type' => 'String', + 'quick_form_type' => 'Element', + 'html_type' => 'text', + 'html_attributes' => array( + 'size' => '12', + 'maxlength' => '60', + ), + 'default' => '%m/%d/%Y', + 'title' => 'Date Format: Financial Batch', + 'description' => '', + ), 'dateInputFormat' => array( 'add' => '4.7', 'help_text' => NULL,