mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Calendar: add client-side confirmation before deleting
This commit is contained in:
parent
d9df2131fe
commit
d6eb8a87de
@ -1101,6 +1101,7 @@ class calendar_uilist extends calendar_ui
|
||||
'onExecute' => 'javaScript:app.calendar.cal_delete',
|
||||
'group' => $group,
|
||||
'disableClass' => 'rowNoDelete',
|
||||
'confirm' => lang('Delete this entry')
|
||||
);
|
||||
// Add in deleted for admins
|
||||
if($GLOBALS['egw_info']['server']['calendar_delete_history'])
|
||||
|
Loading…
Reference in New Issue
Block a user