mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Confirm before deleting multiple files
This commit is contained in:
parent
f06a051533
commit
5e781b4135
@ -391,6 +391,10 @@ class filemanager_ui
|
||||
{
|
||||
open_mail(ids);
|
||||
}
|
||||
else if (selbox.value == 'delete')
|
||||
{
|
||||
if (confirm('".lang('Delete these files or directories?')."')) selbox.form.submit();
|
||||
}
|
||||
else
|
||||
{
|
||||
selbox.form.submit();
|
||||
|
Loading…
Reference in New Issue
Block a user