From 16bd516fc90068cc8e6275e308158f5d1353763d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 24 Jan 2004 17:37:44 +0000 Subject: [PATCH] =?UTF-8?q?Titre=20de=20la=20plage=20plus=20explicite:=20L?= =?UTF-8?q?iste=20des=20contacts=20a=20=E9t=E9=20remplac=E9=20par=20Liste?= =?UTF-8?q?=20des=20contacts=20fournisseurs=20car=20seuls=20les=20fourniss?= =?UTF-8?q?eurs=20sont=20affich=E9s=20par=20cet=20page.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/fourn/contact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fourn/contact.php b/htdocs/fourn/contact.php index 098dff5b40f..1dd5e6b299c 100644 --- a/htdocs/fourn/contact.php +++ b/htdocs/fourn/contact.php @@ -45,7 +45,7 @@ if ($page == -1) { $page = 0 ; } $limit = $conf->liste_limit; $offset = $limit * $page ; -print_barre_liste("Liste des contacts",$page, $PHP_SELF); +print_barre_liste("Liste des contacts fournisseurs",$page, $PHP_SELF); print "
";