|
|
|
@ -434,7 +434,7 @@ elseif ($displayMode == "viewContentList") // default display |
|
|
|
if ($is_allowedToTrack) |
|
|
|
if ($is_allowedToTrack) |
|
|
|
{ |
|
|
|
{ |
|
|
|
echo "<td>", |
|
|
|
echo "<td>", |
|
|
|
"<a href=\"../tracking/userLog.php?".api_get_cidreq()."&uInfo=$userIdViewed\">", |
|
|
|
"<a href=\"../mySpace/myStudents.php?origin=user_course&student=$userIdViewed&details=true&course=".$_course['id']."\">", |
|
|
|
"<img border=\"0\" alt=\"".get_lang('Tracking')." : $userIdViewed\" src=\"../img/statistics.png\" />", |
|
|
|
"<img border=\"0\" alt=\"".get_lang('Tracking')." : $userIdViewed\" src=\"../img/statistics.png\" />", |
|
|
|
"</a>", |
|
|
|
"</a>", |
|
|
|
"</td>"; |
|
|
|
"</td>"; |
|
|
|
|