mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 20:49:08 +01:00
Suppressed a doublon.
This commit is contained in:
parent
29a09a889d
commit
745dc7df33
@ -4352,7 +4352,7 @@
|
||||
$var = Array(
|
||||
'action_url_button' => $this->page('delete','&cal_id='.$event['id']),
|
||||
'action_text_button' => lang('Delete'),
|
||||
'action_confirm_button' => "onClick=\"return confirm('".lang("Are you sure\\nyou want to \\ndelete this entry ?\\n\\nThis will delete\\nthis entry for all users.")."')\"",
|
||||
'action_confirm_button' => "onClick=\"return confirm('".lang("Are you sure\\nyou want to\\ndelete this entry ?\\n\\nThis will delete\\nthis entry for all users.")."')\"",
|
||||
'action_extra_field' => ''
|
||||
);
|
||||
$p->set_var($var);
|
||||
|
Loading…
Reference in New Issue
Block a user