mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +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',
|
'name' => 'select_multiple_close',
|
||||||
'values' => $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.',
|
'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(
|
'link_list_thumbnail' => array(
|
||||||
'type' => 'select',
|
'type' => 'select',
|
||||||
|
Loading…
Reference in New Issue
Block a user