if ($entry) {
echo " <font size=\"1\">".get_string("lastedited").": ".userdate($entry->modified)."</font>";
}
+ echo "</td>";
echo "</tr>";
echo "\n<tr><td width=\"100%\">";
$entry->teacher = $USER->id;
}
print_user_picture($entry->teacher, $course->id, $teachers[$entry->teacher]->picture);
+ echo "</td>";
echo "<td>".get_string("feedback").":";
choose_from_menu($grades, "r$entry->id", $entry->rating, get_string("nograde")."...");
if ($entry->timemarked) {
echo '<td class="entryheader">';
echo '<span class="author">'.fullname($teacher).'</span>';
echo ' <span class="time">'.userdate($entry->timemarked).'</span>';
+ echo '</td>';
echo '</tr>';
echo '<tr>';