diff --git a/htdocs/fichinter/index.php b/htdocs/fichinter/index.php index b8704b38b15..45da3084ed2 100644 --- a/htdocs/fichinter/index.php +++ b/htdocs/fichinter/index.php @@ -18,7 +18,6 @@ * * $Id$ * $Source$ - * */ /** @@ -78,8 +77,8 @@ if ($result) print ""; 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 ''.$langs->trans("Description").''; - print_liste_field_titre($langs->trans("Date"),"index.php","f.datei","","&socid=$socid",'',$sortfield); + print ''.$langs->trans("Description").''; + print_liste_field_titre($langs->trans("Date"),"index.php","f.datei","","&socid=$socid",'align="center"',$sortfield); print ''.$langs->trans("Duration").''; print ''.$langs->trans("Status").''; print "\n"; @@ -94,7 +93,7 @@ if ($result) print ''.img_object($langs->trans("ShowCompany"),"company").' '.$objp->nom."\n"; print ''.nl2br($objp->note).''; - print "".dolibarr_print_date($objp->dp)."\n"; + print ''.dolibarr_print_date($objp->dp)."\n"; print ''.sprintf("%.1f",$objp->duree).''; print ''.$objp->fk_statut.'';