From b9be2a185f51acfa9d14ff8bd76f530b4b1393b7 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 31 Jan 2004 16:41:29 +0000 Subject: [PATCH] Ajout icone de fiche --- htdocs/comm/clients.php | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) 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";