Look: On affiche barre navig en bas que si liste sur plusieurs page

This commit is contained in:
Laurent Destailleur 2006-08-12 19:19:55 +00:00
parent 38d93a8a96
commit eef80b14f5

View File

@ -199,7 +199,7 @@ if ($resql)
$i++;
}
print_barre_liste($langs->trans("ListOfProspects"), $page, $_SERVER["PHP_SELF"],$urladd,$sortfield,$sortorder,'',$num);
if ($num > $conf->liste_limit) print_barre_liste($langs->trans("ListOfProspects"), $page, $_SERVER["PHP_SELF"],$urladd,$sortfield,$sortorder,'',$num);
print "</table>";
$db->free($resql);