mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 14:28:45 +01:00
Preferences: Change default multiselect close preference from open to close except email
This commit is contained in:
parent
daf57803f9
commit
cefbf87dd4
@ -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