Update of /cvsroot/aimmath/moodle/mod/math_assignment
In directory sc8-pr-cvs1:/tmp/cvs-serv3830/mod/math_assignment
Modified Files:
view.php
Log Message:
Admin links added at top right
Index: view.php
===================================================================
RCS file: /cvsroot/aimmath/moodle/mod/math_assignment/view.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** view.php 9 Sep 2003 18:31:07 -0000 1.1
--- view.php 10 Sep 2003 11:17:05 -0000 1.2
***************
*** 228,231 ****
--- 228,232 ----
if (isteacher($course->id)) {
+ math_assignment_print_admin_links($cm, $math_assignment, "right");
print_heading($strgrades);
echo "<p align=\"center\"><b>" . get_string("maximumgrade") . "</b>: $math_assignment->papergrade ($strpaper) + $math_assignment->aimgrade ($strcomputer) = $totalmax</p>";
|