mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
settings for Pixelegg / standard template
This commit is contained in:
parent
e887a14238
commit
656e6561d9
@ -66,7 +66,7 @@ $GLOBALS['settings'] = array(
|
||||
'forced' => false,
|
||||
),
|
||||
'open_tabs' => array(
|
||||
'type' => 'multiselect',
|
||||
'type' => 'select-tabs',
|
||||
'label' => 'Open application tabs',
|
||||
'name' => 'open_tabs',
|
||||
'values' => $apps,
|
||||
@ -76,7 +76,7 @@ $GLOBALS['settings'] = array(
|
||||
'default' => 'addressbook,calendar,mail,filemanager,infolog,rocketchat',
|
||||
),
|
||||
'active_tab' => array(
|
||||
'type' => 'select',
|
||||
'type' => 'select-tab',
|
||||
'label' => 'Active application tab',
|
||||
'name' => 'active_tab',
|
||||
'values' => $apps,
|
||||
|
Loading…
Reference in New Issue
Block a user