diff --git a/htdocs/compta/clients.php b/htdocs/compta/clients.php index 97a214e2b58..75479706026 100644 --- a/htdocs/compta/clients.php +++ b/htdocs/compta/clients.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004 Laurent Destailleur + * Copyright (C) 2004-2005 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,7 +21,7 @@ * */ -/*! +/** \file htdocs/compta/clients.php \ingroup compta \brief Page accueil des clients @@ -230,7 +230,7 @@ if ($result) print_barre_liste("Liste des clients facturables", $page, "clients.php","",$sortfield,$sortorder,'',$num); } else { - print_barre_liste("Liste des clients", $page, "clients.php","",$sortfield,$sortorder,'',$num); + print_barre_liste($langs->trans("ListOfCustomers"), $page, "clients.php","",$sortfield,$sortorder,'',$num); } if ($sortorder == "DESC") @@ -245,8 +245,8 @@ if ($result) print ''; print_liste_field_titre($langs->trans("Company"),"clients.php","s.nom","","",'valign="center"',$sortfield); - print_liste_field_titre($langs->trans("Code compta"),"clients.php","s.code_compta","","",'align="left"',$sortfield); print_liste_field_titre($langs->trans("Town"),"clients.php","s.ville","","",'valign="center"',$sortfield); + print_liste_field_titre($langs->trans("AccountancyCode"),"clients.php","s.code_compta","","",'align="left"',$sortfield); print_liste_field_titre($langs->trans("CustomerCode"),"clients.php","s.code_client","","",'align="center"',$sortfield); print " \n"; @@ -279,12 +279,11 @@ if ($result) $var=!$var; print ""; - print "idp\">\n"; - print img_file(); - print " idp\">$obj->nom\n"; + print ''; + print img_object($langs->trans("ShowCustomer"),"company"); + print ' '.$obj->nom.''; + print ''.$obj->ville.' '; print ''.$obj->code_compta.' '; - - print "".$obj->ville." \n"; print "$obj->code_client \n"; print ''; print img_folder();