mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-17 20:21:18 +01:00
disable homepage preferences, until we have a home-page again
This commit is contained in:
parent
03c9a3d6cf
commit
304e34f1ec
@ -116,6 +116,7 @@ class addressbook_hooks
|
||||
);
|
||||
if ($GLOBALS['egw_info']['server']['hide_birthdays'] != 'yes') // calendar config
|
||||
{
|
||||
/* disabled until we have a home app again
|
||||
$settings['mainscreen_showbirthdays'] = array(
|
||||
'type' => 'select',
|
||||
'label' => 'Show birthday reminders on main screen',
|
||||
@ -131,7 +132,7 @@ class addressbook_hooks
|
||||
'xmlrpc' => True,
|
||||
'admin' => False,
|
||||
'default'=> 3,
|
||||
);
|
||||
);*/
|
||||
}
|
||||
if ($GLOBALS['egw_info']['server']['contact_repository'] != 'ldap')
|
||||
{
|
||||
|
@ -284,6 +284,7 @@ class calendar_hooks
|
||||
'xmlrpc' => False,
|
||||
'admin' => False
|
||||
),
|
||||
/* disabled until we have a home app again
|
||||
'mainscreen_showevents' => array(
|
||||
'type' => 'select',
|
||||
'label' => 'Which view to show on home page',
|
||||
@ -293,7 +294,7 @@ class calendar_hooks
|
||||
'xmlrpc' => True,
|
||||
'admin' => False,
|
||||
'default'=> '1', // 1 = week
|
||||
),
|
||||
),*/
|
||||
'days_in_weekview' => array(
|
||||
'type' => 'select',
|
||||
'label' => 'default week view',
|
||||
|
@ -183,6 +183,7 @@ class infolog_hooks
|
||||
'admin' => False,
|
||||
'default'=> '',
|
||||
),
|
||||
/* disabled until we have a home app again
|
||||
'homeShowEvents' => array(
|
||||
'type' => 'select',
|
||||
'label' => 'InfoLog filter for the main screen',
|
||||
@ -192,7 +193,7 @@ class infolog_hooks
|
||||
'xmlrpc' => True,
|
||||
'admin' => False,
|
||||
'default'=> 'responsible-open-today',
|
||||
),
|
||||
),*/
|
||||
'set_start' => array(
|
||||
'type' => 'select',
|
||||
'label' => 'Startdate for new entries',
|
||||
@ -362,8 +363,6 @@ class infolog_hooks
|
||||
// Merge print
|
||||
if ($GLOBALS['egw_info']['user']['apps']['filemanager'])
|
||||
{
|
||||
$link = egw::link('/index.php','menuaction=infolog.infolog_merge.show_replacements');
|
||||
|
||||
$settings['default_document'] = array(
|
||||
'type' => 'vfs_file',
|
||||
'size' => 60,
|
||||
|
Loading…
Reference in New Issue
Block a user