diff --git a/htdocs/comm/index.php b/htdocs/comm/index.php index 2f8f40b19ce..811209d2d10 100644 --- a/htdocs/comm/index.php +++ b/htdocs/comm/index.php @@ -193,18 +193,18 @@ if ( $db->query($sql) ) if ($num > 0) { print '
| Actions à faire | '; - print "|||
| Actions à faire | |||
| ".strftime("%d %b %Y",$obj->da)." | "; - print "id\">$obj->libelle $obj->label | "; + print "||
| id\">".img_file()." "; + print "id\">$obj->libelle $obj->label | "; + print "".strftime("%d %b %Y",$obj->da)." | "; print ''.$obj->sname.' | '; $i++; } @@ -239,7 +239,8 @@ if ( $db->query($sql) ) while ($i < $num) { $obj = $db->fetch_object( $i); - print "|
| rowid."\">".$obj->ref." | "; + print "|||
| rowid."\">".img_file()." "; + print "rowid."\">".$obj->ref." | "; print "idp\">$obj->nom | \n"; print ""; print strftime("%d %B %Y",$obj->dp)." | \n";|