Author: danydb
Date: 2011-12-01 01:20:19 +0100 (Thu, 01 Dec 2011)
New Revision: 4529

Modified:
   phpcompta/trunk/include/user.inc.php
Log:
tri sur utilisateur actif/inactif

Modified: phpcompta/trunk/include/user.inc.php
===================================================================
--- phpcompta/trunk/include/user.inc.php        2011-11-30 22:59:50 UTC (rev 
4528)
+++ phpcompta/trunk/include/user.inc.php        2011-12-01 00:20:19 UTC (rev 
4529)
@@ -104,6 +104,7 @@
 $header->add("Nom", $url," order by use_login asc", "order by use_login 
desc","na", "nd");
 $header->add('Dossier',$url,' order by ag_dossier asc','order by ag_dossier 
desc',
         'da','dd');
+$header->add("Actif", $url," order by use_active asc", "order by  use_active 
desc","aa", "ad");
 $ord=(isset($_REQUEST['ord']))?$_REQUEST['ord']:'la';
 $sql=$header->get_sql_order($ord);
 
@@ -116,7 +117,7 @@
     echo '<th>'.$header->get_header(0).'</th>';
     echo '<th>'.$header->get_header(1).'</th>';
     echo th("Prénom");
-    echo th("Actif");
+    echo '<th>'.$header->get_header(3).'</th>';
        echo "<th>Type</th>";
     echo '<th>'.$header->get_header(2).'</th>';
     echo '</tr>';


_______________________________________________
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to