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,
|
'forced' => false,
|
||||||
),
|
),
|
||||||
'open_tabs' => array(
|
'open_tabs' => array(
|
||||||
'type' => 'multiselect',
|
'type' => 'select-tabs',
|
||||||
'label' => 'Open application tabs',
|
'label' => 'Open application tabs',
|
||||||
'name' => 'open_tabs',
|
'name' => 'open_tabs',
|
||||||
'values' => $apps,
|
'values' => $apps,
|
||||||
@ -76,7 +76,7 @@ $GLOBALS['settings'] = array(
|
|||||||
'default' => 'addressbook,calendar,mail,filemanager,infolog,rocketchat',
|
'default' => 'addressbook,calendar,mail,filemanager,infolog,rocketchat',
|
||||||
),
|
),
|
||||||
'active_tab' => array(
|
'active_tab' => array(
|
||||||
'type' => 'select',
|
'type' => 'select-tab',
|
||||||
'label' => 'Active application tab',
|
'label' => 'Active application tab',
|
||||||
'name' => 'active_tab',
|
'name' => 'active_tab',
|
||||||
'values' => $apps,
|
'values' => $apps,
|
||||||
@ -126,4 +126,4 @@ $GLOBALS['settings'] = array(
|
|||||||
'navbar_format' => false, // not used in JDots (defined in common prefs)
|
'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 ...
|
'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