mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Remove preference to choose between per-app sidebox width & same sidebox size for all apps. Now always per-app.
This commit is contained in:
parent
0755ad61c5
commit
e7c1932160
@ -72,15 +72,6 @@ $GLOBALS['settings'] = array(
|
||||
'admin' => False,
|
||||
'forced' => false,
|
||||
),
|
||||
'app_specific_sidebar_width' => array(
|
||||
'type' => 'check',
|
||||
'label' => 'Store sidebar width for each application',
|
||||
'name' => 'app_specific_sidebar_width',
|
||||
'help' => 'When set, the width of the sidebar menu is not stored globaly but independently for each application',
|
||||
'xmlrpc' => false,
|
||||
'admin' => false,
|
||||
'default'=> '0',
|
||||
),
|
||||
'open_tabs' => array(
|
||||
'type' => 'multiselect',
|
||||
'label' => 'Open application tabs',
|
||||
|
Loading…
Reference in New Issue
Block a user