Ajout modification de Tipaul

This commit is contained in:
Regis Houssin 2006-01-03 16:00:39 +00:00
parent 766a52b003
commit c11cff77b5

View File

@ -316,6 +316,8 @@ if ($resql)
if (date("U",$obj->da) < time())
{
print "<td>".img_warning("Late")."</td>";
} else {
print "<td>&nbsp;</td>";
}
print "<td><a href=\"action/fiche.php?id=$obj->id\">".img_object($langs->trans("ShowTask"),"task");
$transcode=$langs->trans("Action".$obj->code);