Look: Modif esthtique mineur. Date aligne centre. Reference affiche dans title.

This commit is contained in:
Laurent Destailleur 2005-12-05 20:52:43 +00:00
parent aeb020f192
commit 57f32930f6
2 changed files with 2 additions and 2 deletions

View File

@ -197,7 +197,7 @@ if ($resql)
$var=!$var;
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><a href="'.DOL_URL_ROOT.'/fourn/facture/fiche.php?facid='.$obj->facid.'" title="'.$obj->facnumber.'">'.img_object($langs->trans("ShowBill"),"bill").' '.dolibarr_trunc($obj->facnumber,20)."</a></td>\n";
print '<td align="center" nowrap>'.dolibarr_print_date($obj->date_echeance).'</td>';
print '<td>'.dolibarr_trunc(stripslashes("$obj->libelle"),44).'</td>';
print '<td>';

View File

@ -284,7 +284,7 @@ if ( $societe->fetch($socid) )
print '<td>';
print '<a href="facture/fiche.php?facid='.$obj->rowid.'">';
print img_object($langs->trans('ShowBill'),'bill').' '.$obj->facnumber.'</a> '.dolibarr_trunc($obj->libelle,14).'</td>';
print '<td align="right" width="80">'.dolibarr_print_date($obj->df).'</td>';
print '<td align="center" width="80">'.dolibarr_print_date($obj->df).'</td>';
print '<td align="right">'.price($obj->amount).'</td>';
print '<td align="center">'.$facturestatic->LibStatutShort($obj->paye,$obj->fk_statut).'</td>';
print '</tr>';