From 34f0313a4f131207f21eafb0e4fd7014bf028ce6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 24 Jan 2004 16:41:46 +0000 Subject: [PATCH] Utilisation d'un titre de page plus explicite. --- htdocs/compta/clients.php | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/htdocs/compta/clients.php b/htdocs/compta/clients.php index 90fa97b2e0c..0c64f5b62c5 100644 --- a/htdocs/compta/clients.php +++ b/htdocs/compta/clients.php @@ -198,8 +198,13 @@ if ($result) $num = $db->num_rows(); $i = 0; - print_barre_liste("Liste des clients", $page, $PHP_SELF,"",$sortfield,$sortorder,'',$num); - + if ($action == 'facturer') { + print_barre_liste("Liste des clients facturables", $page, $PHP_SELF,"",$sortfield,$sortorder,'',$num); + } + else { + print_barre_liste("Liste des clients", $page, $PHP_SELF,"",$sortfield,$sortorder,'',$num); + } + if ($sortorder == "DESC") { $sortorder="ASC"; @@ -229,7 +234,7 @@ if ($result) if ($user->societe_id == 0) { - print "idp&action=create\">[Facture]\n"; + print "idp&action=create\">Facturer \"Nouvelle\n"; } else {