mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
#2980 - Add ID to user.php list
This commit is contained in:
4
user.php
4
user.php
@@ -275,7 +275,7 @@ if (isset($id))
|
|||||||
$text .= $tp->parseTemplate($USER_SHORT_TEMPLATE_END, TRUE, $sc);
|
$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;
|
$parms = $users_total.",".$records.",".$from.",".e_SELF.'?[FROM].'.$records.".".$order;
|
||||||
echo "<div class='nextprev form-inline'> ".$tp->parseTemplate("{NEXTPREV={$parms}}")."</div>";
|
echo "<div class='nextprev form-inline'> ".$tp->parseTemplate("{NEXTPREV={$parms}}")."</div>";
|
||||||
@@ -325,4 +325,4 @@ function renderuser($uid, $mode = "verbose")
|
|||||||
}
|
}
|
||||||
|
|
||||||
require_once(FOOTERF);
|
require_once(FOOTERF);
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user