diff --git a/htdocs/comm/clients.php b/htdocs/comm/clients.php index 2cd7ab62416..b334b8374b8 100644 --- a/htdocs/comm/clients.php +++ b/htdocs/comm/clients.php @@ -151,6 +151,7 @@ if ($result) print "\n"; $i++; } + print_barre_liste($langs->trans("ListOfCustomers"), $page, $_SERVER["PHP_SELF"],'',$sortfield,$sortorder,'',$num); print ""; $db->free($result); } diff --git a/htdocs/comm/prospect/prospects.php b/htdocs/comm/prospect/prospects.php index 3b6109cac8f..e663515dae0 100644 --- a/htdocs/comm/prospect/prospects.php +++ b/htdocs/comm/prospect/prospects.php @@ -198,6 +198,9 @@ if ($resql) print "\n"; $i++; } + + print_barre_liste($langs->trans("ListOfProspects"), $page, $_SERVER["PHP_SELF"],$urladd,$sortfield,$sortorder,'',$num); + print ""; $db->free($resql); } diff --git a/htdocs/contact/index.php b/htdocs/contact/index.php index 32975b9f5bf..76cd3cb5ed0 100644 --- a/htdocs/contact/index.php +++ b/htdocs/contact/index.php @@ -277,6 +277,9 @@ if ($result) print "\n"; $i++; } + + print_barre_liste($titre ,$page, "index.php", '&begin='.$begin.'&view='.$_GET["view"].'&userid='.$_GET["userid"], $sortfield, $sortorder,'',$num); + print ""; print ''; diff --git a/htdocs/product/liste.php b/htdocs/product/liste.php index 720dfa23028..5e86508576b 100644 --- a/htdocs/product/liste.php +++ b/htdocs/product/liste.php @@ -261,6 +261,16 @@ if ($resql) print "\n"; $i++; } + + if ($sref || $snom || $_POST["sall"] || $_POST["search"]) + { + print_barre_liste($texte, $page, "liste.php", "&sref=".$sref."&snom=".$snom."&envente=".$_POST["envente"], $sortfield, $sortorder,'',$num); + } + else + { + print_barre_liste($texte, $page, "liste.php", "&sref=$sref&snom=$snom&fourn_id=$fourn_id".(isset($type)?"&type=$type":""), $sortfield, $sortorder,'',$num); + } + $db->free($resql); print "";