Amlioration de l'interface

This commit is contained in:
Rodolphe Quiedeville 2005-04-08 15:55:22 +00:00
parent d9405ded2f
commit 3636b97386

View File

@ -93,19 +93,19 @@ if ($_GET["id"] > 0)
print '<img src="statut'.$commande->statut.'.png">&nbsp;';
print $commande->statuts[$commande->statut];
print "</td></tr>";
print '<tr><td>'.$langs->trans("Date").'</td>';
print '<td colspan="2">'.strftime("%A %e %B %Y",$commande->date_commande)."</td>\n";
print '<td width="50%">&nbsp;';
print "</td></tr>";
if ($commande->methode_commande_id > 0)
{
print '<tr><td>'.$langs->trans("Date").'</td>';
print '<td colspan="2">'.strftime("%A %e %B %Y",$commande->date_commande)."</td>\n";
print '<td width="50%">&nbsp;';
print "</td></tr>";
}
print '<tr><td>'.$langs->trans("Author").'</td><td colspan="2">'.$author->fullname.'</td>';
print '<td>';
print "&nbsp;</td></tr>";
print "</table>";
print '<td>&nbsp;</td></tr>';
print "</table>\n";
/*
* Historique