mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 01:19:44 +01:00
#2980 - Add ID to user.php list
This commit is contained in:
parent
f7384fbcef
commit
9568f5c888
4
user.php
4
user.php
@ -275,7 +275,7 @@ if (isset($id))
|
||||
$text .= $tp->parseTemplate($USER_SHORT_TEMPLATE_END, TRUE, $sc);
|
||||
}
|
||||
|
||||
$ns->tablerender(LAN_USER_52, $text);
|
||||
$ns->tablerender(LAN_USER_52, $text, 'user-list');
|
||||
|
||||
$parms = $users_total.",".$records.",".$from.",".e_SELF.'?[FROM].'.$records.".".$order;
|
||||
echo "<div class='nextprev form-inline'> ".$tp->parseTemplate("{NEXTPREV={$parms}}")."</div>";
|
||||
@ -325,4 +325,4 @@ function renderuser($uid, $mode = "verbose")
|
||||
}
|
||||
|
||||
require_once(FOOTERF);
|
||||
?>
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user