mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 09:28:29 +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);
|
open_mail(ids);
|
||||||
}
|
}
|
||||||
|
else if (selbox.value == 'delete')
|
||||||
|
{
|
||||||
|
if (confirm('".lang('Delete these files or directories?')."')) selbox.form.submit();
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
selbox.form.submit();
|
selbox.form.submit();
|
||||||
|
Loading…
Reference in New Issue
Block a user