Remove preference to choose between per-app sidebox width & same sidebox size for all apps. Now always per-app.

This commit is contained in:
Nathan Gray 2014-01-30 15:23:41 +00:00
parent 0755ad61c5
commit e7c1932160

View File

@ -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',