diff --git a/htdocs/comm/clients.php b/htdocs/comm/clients.php index 7dfbc4b6161..ecb4d6eca41 100644 --- a/htdocs/comm/clients.php +++ b/htdocs/comm/clients.php @@ -102,6 +102,25 @@ if ($result) print_barre_liste("Liste des clients", $page, $PHP_SELF,"",$sortfield,$sortorder,'',$num); + print '
'; + + print "| *\n| "; + for ($ij = 65 ; $ij < 91; $ij++) { + print ""; + + if ($_GET["begin"] == chr($ij) ) + { + print ">" . chr($ij) . "<" ; + } + else + { + print chr($ij); + } + print " | "; + } + print "
"; + + $i = 0; if ($sortorder == "DESC") @@ -128,7 +147,9 @@ if ($result) $var=!$var; print ""; - print "idp\">$obj->nom\n"; + print ''; + print img_file(); + print " idp\">$obj->nom\n"; print "".$obj->ville." \n"; print "$obj->prefix_comm \n";