diff --git a/htdocs/adherents/liste.php b/htdocs/adherents/liste.php index 26f7d7eb452..eeedf4e77ee 100644 --- a/htdocs/adherents/liste.php +++ b/htdocs/adherents/liste.php @@ -51,16 +51,17 @@ if ($result) $num = $db->num_rows(); $i = 0; - print_barre_liste("Liste des adhérents", $page, $PHP_SELF, "&statut=$statut"); + print_barre_liste("Liste des adhérents", $page, $PHP_SELF, "&statut=$statut&sortorder=$sortorder&sortfield=$sortfield"); print "
| Prenom Nom / Société | "; - print "Date | "; - print "Type | "; - print "Personne | "; - print "Statut | "; + print "Prenom Nom / Société | \n"; + print "Date Cotisation | \n"; + print "Type | \n"; + print "Personne | \n"; + print "Statut | \n"; + print "Action | \n"; print "rowid\">Editer rowid&action=resign\">Resilier rowid&action=delete\">Supprimer | \n";"
print "";
$i++;
}