mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 12:45:04 +01:00
Tweak
This commit is contained in:
parent
6abee98964
commit
7a702c34ea
@ -98,11 +98,11 @@ function print_user_small($user, $course, $string) {
|
||||
echo "</A>";
|
||||
echo "</TD><TD BGCOLOR=#FFFFFF>";
|
||||
echo "<FONT SIZE=2><B> <A HREF=\"$CFG->wwwroot/user/view.php?id=$user->id&course=$course->id\">$user->firstname $user->lastname</A></B></FONT>";
|
||||
echo "</TD><TD BGCOLOR=#FFFFFF NOWRAP>";
|
||||
echo "</TD><TD BGCOLOR=#FFFFFF NOWRAP ALIGN=right>";
|
||||
echo "<FONT SIZE=1>";
|
||||
echo "<I>$user->city, ".$COUNTRIES["$user->country"]."</I> ";
|
||||
echo "</FONT>";
|
||||
echo "</TD><TD BGCOLOR=#FFFFFF NOWRAP>";
|
||||
echo "</TD><TD BGCOLOR=#FFFFFF NOWRAP ALIGN=right>";
|
||||
echo "<FONT SIZE=1>";
|
||||
if ($user->lastaccess) {
|
||||
echo userdate($user->lastaccess);
|
||||
|
Loading…
x
Reference in New Issue
Block a user