reverted accidential commited calendar_ui (re-added old ical import)

This commit is contained in:
Ralf Becker 2011-05-26 18:30:54 +00:00
parent 547ec37257
commit 1267d2ed60

View File

@ -773,16 +773,10 @@ function load_cal(url,id) {
'link' => False
);
}
$file[] = array(
'text' => lang('Import').': '.html::a_href(lang('iCal'),'calendar.calendar_uiforms.import').
' & '.html::a_href(lang('CSV'),'/calendar/csv_import.php'),
'no_lang' => True,
'link' => False,
);
// Merge print
if ($GLOBALS['egw_info']['user']['preferences']['calendar']['document_dir'])
{
if ($GLOBALS['egw_info']['user']['preferences']['calendar']['document_dir'])
{
$options = '';
$documents = calendar_merge::get_documents($GLOBALS['egw_info']['user']['preferences']['calendar']['document_dir']);