Administration user : esthetic
This commit is contained in:
parent
1d177f5ebf
commit
a74bbc8dba
1 changed files with 2 additions and 2 deletions
|
|
@ -153,11 +153,11 @@ if ( !empty ($a_user) )
|
|||
echo "<tr class=\"$class\">";
|
||||
if ( $r_user['use_active'] == 0 )
|
||||
{
|
||||
$Active="non actif";
|
||||
$Active=$g_failed;
|
||||
}
|
||||
else
|
||||
{
|
||||
$Active="Actif";
|
||||
$Active=$g_succeed;
|
||||
}
|
||||
$det_url=$url."&det&use_id=".$r_user['use_id'];
|
||||
echo "<td>";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue