Replace accidentally removed deleted filter

This commit is contained in:
Nathan Gray 2015-11-11 16:44:11 +00:00
parent aeb1a0b7d2
commit cfb341137f

View File

@ -721,6 +721,10 @@ class calendar_ui
array('value' => 'no-enum-groups', 'label' => lang('only group-events'),'title' => lang('Do not include events of group members')),
array('value' => 'not-unknown', 'label' => lang('No meeting requests'),'title' => lang('Show all status, but unknown')),
);
if($GLOBALS['egw_info']['server']['calendar_delete_history'])
{
$sel_options['filter'][] = array('value' => 'deleted', 'label' => lang('Deleted'), 'title' => lang('Show events that have been deleted'));
}
// Merge print
if ($GLOBALS['egw_info']['user']['preferences']['calendar']['document_dir'])