mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Preferences: Change default multiselect close preference from open to close except email
This commit is contained in:
parent
da68b83a07
commit
34dd14978c
@ -269,7 +269,7 @@ class preferences_hooks
|
||||
'name' => 'select_multiple_close',
|
||||
'values' => $select_multiple_close,
|
||||
'help' => 'When you can select multiple options, should the option list stay open until you close it, or close after you pick an option.',
|
||||
'default' => 'open'
|
||||
'default' => 'close_email'
|
||||
),
|
||||
'link_list_thumbnail' => array(
|
||||
'type' => 'select',
|
||||
|
Loading…
Reference in New Issue
Block a user