From d6513073d7b1add07d377221d7ec8497a9312e97 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 28 Aug 2003 14:57:52 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=E0=20jour=20du=20titre=20lors=20d'un=20?= =?UTF-8?q?recherche?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/product/index.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/htdocs/product/index.php b/htdocs/product/index.php index ff4bf3852d9..4ef6aed364d 100644 --- a/htdocs/product/index.php +++ b/htdocs/product/index.php @@ -93,7 +93,14 @@ if ($result) llxHeader(); - print_barre_liste("Liste des ".$types[$type]."s", $page, $PHP_SELF, "&sref=$sref&snom=$snom", $sortfield, $sortorder,'',$num); + if ($ref || $snom || $sall) + { + print_barre_liste("Recherche d'un produit ou service", $page, $PHP_SELF, "&sref=$sref&snom=$snom", $sortfield, $sortorder,'',$num); + } + else + { + print_barre_liste("Liste des ".$types[$type]."s", $page, $PHP_SELF, "&sref=$sref&snom=$snom", $sortfield, $sortorder,'',$num); + } print '';