There is no alarm tab in calendar edit dialog anymore, no need to make it readonly

This commit is contained in:
Hadi Nategh 2014-07-09 09:37:26 +00:00
parent e47011657c
commit 6d9421e034

View File

@ -1547,7 +1547,6 @@ class calendar_uiforms extends calendar_ui
'custom' => !count($this->bo->customfields),
'participants' => $this->accountsel->account_selection == 'none',
'history' => !$event['id'],
'alarms' => $readonlys['tabs']['alarms'],
);
if (!isset($GLOBALS['egw_info']['user']['apps']['mail'])) // no mail without mail-app
{