From 6e7f16061e9a2bde5cc41e925b0944ebb9f04d24 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 8 Jan 2005 22:34:12 +0000 Subject: [PATCH] =?UTF-8?q?Trad:=20Quelques=20traductions=20manquantes=20N?= =?UTF-8?q?ew:=20Ajout=20du=20tri=20sur=20la=20r=E9f=E9rence=20et=20date?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/fourn/commande/liste.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/htdocs/fourn/commande/liste.php b/htdocs/fourn/commande/liste.php index 5cfb75a2cf4..474cfc35bb9 100644 --- a/htdocs/fourn/commande/liste.php +++ b/htdocs/fourn/commande/liste.php @@ -105,18 +105,19 @@ if ($result) $sortorder="DESC"; } print ''; - print ''; - print_liste_field_titre("Société","index.php","s.nom"); - print ''; + print ''; + print_liste_field_titre($langs->trans("Ref"),$_SERVER["PHP_SELF"],"s.idp"); + print_liste_field_titre($langs->trans("Company"),$_SERVER["PHP_SELF"],"s.nom"); + print_liste_field_titre($langs->trans("Date"),$_SERVER["PHP_SELF"],"dc"); print "\n"; print ''; print ''; print ''; - print ''; - print ''; + print ''; print ''; - print ''; + print ''; $var=True;
RéfDate
 '; + print '