Look: Modif esthétique mineure
This commit is contained in:
parent
b3abf0da5b
commit
3f57d19e62
@ -18,7 +18,6 @@
|
|||||||
*
|
*
|
||||||
* $Id$
|
* $Id$
|
||||||
* $Source$
|
* $Source$
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -78,8 +77,8 @@ if ($result)
|
|||||||
print "<tr class=\"liste_titre\">";
|
print "<tr class=\"liste_titre\">";
|
||||||
print_liste_field_titre($langs->trans("Ref"),"index.php","f.ref","","&socid=$socid",'width="15%"',$sortfield);
|
print_liste_field_titre($langs->trans("Ref"),"index.php","f.ref","","&socid=$socid",'width="15%"',$sortfield);
|
||||||
print_liste_field_titre($langs->trans("Company"),"index.php","s.nom","","&socid=$socid",'',$sortfield);
|
print_liste_field_titre($langs->trans("Company"),"index.php","s.nom","","&socid=$socid",'',$sortfield);
|
||||||
print '<td align="center">'.$langs->trans("Description").'</td>';
|
print '<td>'.$langs->trans("Description").'</td>';
|
||||||
print_liste_field_titre($langs->trans("Date"),"index.php","f.datei","","&socid=$socid",'',$sortfield);
|
print_liste_field_titre($langs->trans("Date"),"index.php","f.datei","","&socid=$socid",'align="center"',$sortfield);
|
||||||
print '<td align="right">'.$langs->trans("Duration").'</td>';
|
print '<td align="right">'.$langs->trans("Duration").'</td>';
|
||||||
print '<td align="center">'.$langs->trans("Status").'</td>';
|
print '<td align="center">'.$langs->trans("Status").'</td>';
|
||||||
print "</tr>\n";
|
print "</tr>\n";
|
||||||
@ -94,7 +93,7 @@ if ($result)
|
|||||||
|
|
||||||
print '<td><a href="index.php?socid='.$objp->idp.'">'.img_object($langs->trans("ShowCompany"),"company").' '.$objp->nom."</a></td>\n";
|
print '<td><a href="index.php?socid='.$objp->idp.'">'.img_object($langs->trans("ShowCompany"),"company").' '.$objp->nom."</a></td>\n";
|
||||||
print '<td>'.nl2br($objp->note).'</td>';
|
print '<td>'.nl2br($objp->note).'</td>';
|
||||||
print "<td>".dolibarr_print_date($objp->dp)."</td>\n";
|
print '<td align="center">'.dolibarr_print_date($objp->dp)."</td>\n";
|
||||||
print '<td align="right">'.sprintf("%.1f",$objp->duree).'</td>';
|
print '<td align="right">'.sprintf("%.1f",$objp->duree).'</td>';
|
||||||
print '<td align="center">'.$objp->fk_statut.'</td>';
|
print '<td align="center">'.$objp->fk_statut.'</td>';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user