From a430b59bac0e5920ee92ff910222845df4001597 Mon Sep 17 00:00:00 2001 From: philippe grand Date: Thu, 11 Feb 2016 09:41:45 +0100 Subject: [PATCH] Add MAIN_VIEW_LINE_NUMBER for members list --- htdocs/adherents/list.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/htdocs/adherents/list.php b/htdocs/adherents/list.php index b19c6b2e35d..843d8e7663f 100644 --- a/htdocs/adherents/list.php +++ b/htdocs/adherents/list.php @@ -227,6 +227,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); @@ -245,6 +249,8 @@ if ($resql) // Line for filters fields print ''; + + print ''; print ''; @@ -303,6 +309,11 @@ if ($resql) $var=!$var; print ""; + + if (! empty($conf->global->MAIN_VIEW_LINE_NUMBER)) + { + print ''; + } // Ref print "
 
 '; print '
'.($i+1).'";