forked from extern/egroupware
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,
|
||||
@ -126,4 +126,4 @@ $GLOBALS['settings'] = array(
|
||||
'navbar_format' => false, // not used in JDots (defined in common prefs)
|
||||
'default_app' => false, // not used in JDots, as we can have multiple tabs open ...
|
||||
);
|
||||
unset($apps);
|
||||
unset($apps);
|
Loading…
Reference in New Issue
Block a user