mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
fixed not working cut&paste actions if no felamimail rights
This commit is contained in:
parent
20912e702d
commit
0114a13fa8
@ -327,6 +327,10 @@ class filemanager_ui
|
||||
}
|
||||
</script>";
|
||||
}
|
||||
else
|
||||
{
|
||||
$tpl->set_cell_attribute('action','onchange','this.form.submit()');
|
||||
}
|
||||
$tpl->exec('filemanager.filemanager_ui.index',$content,$sel_options,$readonlys,array('nm' => $content['nm']));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user