fixed not working cut&paste actions if no felamimail rights

This commit is contained in:
Ralf Becker 2010-08-31 13:53:06 +00:00
parent 20912e702d
commit 0114a13fa8

View File

@ -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']));
}