1
0
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:
Tijn Kuyper 2019-02-21 18:20:19 +01:00 committed by GitHub
parent f7384fbcef
commit 9568f5c888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'>&nbsp;".$tp->parseTemplate("{NEXTPREV={$parms}}")."</div>";
@ -325,4 +325,4 @@ function renderuser($uid, $mode = "verbose")
}
require_once(FOOTERF);
?>
?>