New: Ajout liste des contrats inactifs et ferms dans menu

This commit is contained in:
Laurent Destailleur 2005-07-03 22:08:53 +00:00
parent 9a9f76fab9
commit 3c9c997dca

View File

@ -88,7 +88,7 @@ if ($resql)
$num = $db->num_rows($resql);
$i = 0;
print_barre_liste($langs->trans("ListOfServices"), $page, "services.php", "&sref=$sref&snom=$snom", $sortfield, $sortorder,'',$num);
print_barre_liste($langs->trans("ListOfServices"), $page, "services.php", "&sref=$sref&snom=$snom&mode=$mode", $sortfield, $sortorder,'',$num);
print '<table class="noborder" width="100%">';