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 '