mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 11:58:24 +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>";
|
</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']));
|
$tpl->exec('filemanager.filemanager_ui.index',$content,$sel_options,$readonlys,array('nm' => $content['nm']));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user