--- index.php	2008-11-29 14:36:43.000000000 +0200
+++ index.php.patched	2008-11-29 14:37:00.000000000 +0200
@@ -42,6 +42,7 @@
     $strtimetaken = get_string("timetaken","quiz");
     $strstatus = get_string("status");
     $strnext = get_string("next");
+    $strview = get_string("view");
 
 /// Decide when to show last execution logs or detailed logs
 /// Lastlog view
@@ -57,6 +58,7 @@
             echo "<table border=\"0\" align=\"center\" cellpadding=\"3\" cellspacing=\"3\">";
             //Print table header
             echo "<tr>";
+            echo "<td nowrap=\"nowrap\" align=\"center\"><font size=\"3\">$strview</font></td>";
             echo "<td nowrap=\"nowrap\" align=\"center\"><font size=\"3\">$strcourse</font></td>";
             echo "<td nowrap=\"nowrap\" align=\"center\" colspan=\"3\"><font size=\"3\">$strtimetaken</font></td>";
             echo "<td nowrap=\"nowrap\" align=\"center\"><font size=\"3\">$strstatus</font></td>";
@@ -66,6 +68,7 @@
                 $coursename = get_field ("course","fullname","id",$course->courseid);
                 if ($coursename) {
                     echo "<tr>";
+                    echo "<td nowrap=\"nowrap\"><font size=\"2\"> [<a href=\"/moodle/course/view.php?id=$course->courseid\">".$strview." ".$strcourse."</a>] </font></td>";                    
                     echo "<td nowrap=\"nowrap\"><font size=\"2\"><a href=\"index.php?courseid=$course->courseid\">".$coursename."</a></font></td>";
                     echo "<td nowrap=\"nowrap\"><font size=\"2\">".userdate($course->laststarttime,$strftimedatetime)."</font></td>";
                     echo "<td nowrap=\"nowrap\"><font size=\"2\"> - </font></td>";
