diff --git a/htdocs/adherents/list.php b/htdocs/adherents/list.php
index 1cc09394023..e4203209dec 100644
--- a/htdocs/adherents/list.php
+++ b/htdocs/adherents/list.php
@@ -360,45 +360,78 @@ if ($resql)
print '
';
// Ref
- if (! empty($arrayfields['c.ref']['checked']))
+ if (! empty($arrayfields['d.ref']['checked']))
{
print '';
print ' ';
print ' ';
}
- print '';
- print ' ';
+ if (! empty($arrayfields['d.firstname']['checked']))
+ {
+ print '';
+ print ' ';
+ }
+
+ if (! empty($arrayfields['d.lastname']['checked']))
+ {
+ print '';
+ print ' ';
+ }
+
+ if (! empty($arrayfields['d.company']['checked']))
+ {
+ print '';
+ print ' ';
+ }
+
+ if (! empty($arrayfields['d.login']['checked']))
+ {
+ print '';
+ print ' ';
+ }
+
+ if (! empty($arrayfields['t.libelle']['checked']))
+ {
+ print '';
+ $listetype=$membertypestatic->liste_array();
+ print $form->selectarray("type", $listetype, $type, 1, 0, 0, '', 0, 32);
+ print ' ';
+ }
+
+ if (! empty($arrayfields['d.address']['checked']))
+ {
+ print '';
+ print ' ';
+ }
+
+ if (! empty($arrayfields['d.zip']['checked']))
+ {
+ print '';
+ print ' ';
+ }
+
+ if (! empty($arrayfields['d.town']['checked']))
+ {
+ print '';
+ print ' ';
+ }
- print '';
- print ' ';
+ if (! empty($arrayfields['d.email']['checked']))
+ {
+ print '';
+ print ' ';
+ }
- print '';
- print ' ';
+ if (! empty($arrayfields['d.datefin']['checked']))
+ {
+ print '';
+ print ' ';
+ }
+
- print '';
- $listetype=$membertypestatic->liste_array();
- print $form->selectarray("type", $listetype, $type, 1, 0, 0, '', 0, 32);
- print ' ';
-
- print ' ';
-
- print '';
- print ' ';
-
- $parameters=array();
- $reshook=$hookmanager->executeHooks('printFieldListOption',$parameters); // Note that $action and $object may have been modified by hook
- print $hookmanager->resPrint;
-
- // Status
- print ' ';
-
- // Action column
- print '';
- $searchpitco=$form->showFilterAndCheckAddButtons(0);
- print $searchpitco;
- print ' ';
+
print " \n";
$var=True;