diff --git a/htdocs/adherents/list.php b/htdocs/adherents/list.php index f287e5bbf9a..02d2fda06fe 100644 --- a/htdocs/adherents/list.php +++ b/htdocs/adherents/list.php @@ -234,6 +234,10 @@ if ($resql) print ''; print ''; + if (! empty($conf->global->MAIN_VIEW_LINE_NUMBER)) + { + print ''; + } print_liste_field_titre($langs->trans("Ref"),$_SERVER["PHP_SELF"],"d.rowid",$param,"","",$sortfield,$sortorder); print_liste_field_titre($langs->trans("Name")." / ".$langs->trans("Company"),$_SERVER["PHP_SELF"],"d.lastname",$param,"","",$sortfield,$sortorder); print_liste_field_titre($langs->trans("Login"),$_SERVER["PHP_SELF"],"d.login",$param,"","",$sortfield,$sortorder); @@ -252,6 +256,8 @@ if ($resql) // Line for filters fields print ''; + + print ''; print ''; @@ -310,6 +316,11 @@ if ($resql) $var=!$var; print ""; + + if (! empty($conf->global->MAIN_VIEW_LINE_NUMBER)) + { + print ''; + } // Ref print "
 
 '; print '
'.($i+1).'";