FollowUp : improve esthetic,use inplace_edit for commenting on files

This commit is contained in:
Dany De Bontridder 2018-01-25 23:00:13 +01:00
parent c33a3fed59
commit 2efcf87803
7 changed files with 97 additions and 65 deletions

View file

@ -63,21 +63,6 @@ if ($action == 'rm')
header("Content-type: text/html; charset: utf8", true);
print $json;
}
/* update the description of the document */
if ( $action == "upd_doc")
{
if ($g_user->check_action(VIEWDOC) == 1)
{
$d_id=$http->request('d_id',"number");
$doc = new Document($cn, $d_id);
$doc->get();
if ( $g_user->can_write_action($doc->ag_id))
// retrieve the document
$doc->update_description(strip_tags ($value));
}
}
/* remove the operation from action_gestion_operation */
if ($action == 'rmop')
{