diff --git a/htdocs/projet/index.php b/htdocs/projet/index.php index aa9d9a8a437..6f670af2bb6 100644 --- a/htdocs/projet/index.php +++ b/htdocs/projet/index.php @@ -223,7 +223,7 @@ if ($resql) { print '
| '.$langs->trans("LatestModifiedProjects", $max).' | '; + print ''.$langs->trans("LatestModifiedProjects", $max).' | '; print ''; + print $projectstatic->title; + print ' | '; + + // Thirdparty print ''; if ($companystatic->id > 0) { print $companystatic->getNomUrl(1, 'company', 16); } print ' | '; + + // Date print ''.dol_print_date($db->jdate($obj->datem), 'day').' | '; + + // Status print ''.$projectstatic->LibStatut($obj->status, 3).' | '; print ''; $i++;|||
|---|---|---|---|---|---|---|---|---|