Skip to content

Commit

Permalink
bug fix: updated the link to the grade book
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpenne committed Jun 6, 2005
1 parent 42d3772 commit 855aa8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod/lesson/view.php
Expand Up @@ -717,7 +717,7 @@
break;
case LESSON_BRANCHTABLE :
if ($lesson->slideshow) {
echo "</table></div><table cellpadding=\"5\" cellspacing=\"5\" align=\"center\">";
echo "</table></div><table cellpadding=\"5\" cellspacing=\"5\" align=\"left\">";
} else {
echo "<tr><td><table width=\"100%\">";
}
Expand Down Expand Up @@ -1119,7 +1119,7 @@
echo "<p align=\"center\">".get_string("modattemptsnoteacher", "lesson")."</p>";
}
echo "<p align=\"center\"><a href=\"../../course/view.php?id=$course->id\">".get_string("mainmenu", "lesson")."</a></p>\n"; //CDC Back to the menu (course view).
echo "<p align=\"center\"><a href=\"../../course/grade.php?id=$course->id\">".get_string("viewgrades", "lesson")."</a></p>\n"; //CDC view grades
echo "<p align=\"center\"><a href=\"../../grade/index.php?id=$course->id\">".get_string("viewgrades", "lesson")."</a></p>\n"; //CDC view grades
}

if ($lesson->displayleft || $lesson->slideshow) { // this ends the table cell and table for the leftmenu or for slideshow
Expand Down

0 comments on commit 855aa8f

Please sign in to comment.