Look: Les dates dans les tableau sont alignes "centres"

This commit is contained in:
Laurent Destailleur 2005-08-31 21:30:57 +00:00
parent e6a40f6972
commit 094fd356d1

View File

@ -198,7 +198,7 @@ if ($resql)
print "<tr $bc[$var]>";
print "<td nowrap><a href=\"fiche.php?facid=$obj->facid\">".img_object($langs->trans("ShowBill"),"bill")." ".$obj->facnumber."</a></td>\n";
print '<td nowrap>'.dolibarr_print_date($obj->date_echeance).'</td>';
print '<td align="center" nowrap>'.dolibarr_print_date($obj->date_echeance).'</td>';
print '<td>'.dolibarr_trunc(stripslashes("$obj->libelle"),44).'</td>';
print '<td>';
print '<a href="'.DOL_URL_ROOT.'/fourn/fiche.php?socid='.$obj->socid.'">'.img_object($langs->trans("ShowSupplier"),"company").' '.$obj->nom.'</a</td>';