Revision 1478
Added by Luisehahne over 14 years ago
| index.php | ||
|---|---|---|
| 45 | 45 |
$template->parse('list', 'list_block', true);
|
| 46 | 46 |
// Loop through users |
| 47 | 47 |
while($user = $results->fetchRow()) {
|
| 48 |
$template->set_var('VALUE',$admin->getIDKEY($user['user_id']));
|
|
| 48 |
$template->set_var('VALUE',$admin->getIDKEY($user['user_id']));
|
|
| 49 |
$template->set_var('STATUS', ($user['active']==false ? 'text-decoration:line-through' : 'text-decoration :none;') );
|
|
| 49 | 50 |
$template->set_var('NAME', $user['display_name'].' ('.$user['username'].')');
|
| 50 | 51 |
$template->parse('list', 'list_block', true);
|
| 51 | 52 |
} |
Also available in: Unified diff
fix mssing filename in intro.php
inactive user in dropwonlist are show with line-through