From: jungwirr Date: Thu, 25 Sep 2003 23:09:28 +0000 (+0000) Subject: updated view to show extra information re: grading, dynamic section, X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ec0ce75f90b7ee9b350603db1381666bc9f320e6;p=moodle.git updated view to show extra information re: grading, dynamic section, automation based on logs. --- diff --git a/mod/attendance/view.php b/mod/attendance/view.php index ff8318fe93..36de398178 100644 --- a/mod/attendance/view.php +++ b/mod/attendance/view.php @@ -143,6 +143,34 @@ /// ending for the table echo "\n"; + + /// print the miscellaneous settings information before the attendance roll + echo "
". + "
"; +// this is the main table + echo ""; + echo"\n"; + echo"\n"; + echo"\n"; + echo"\n"; + echo"\n"; + echo"\n"; + if ($form->grade == "1") { + echo"\n"; + echo"\n"; + } + echo "
". + get_string("dynsectionshort","attendance").":". + (($form->dynsection=="1")?"Yes":"No")."
". + get_string("autoattendshort","attendance").":". + (($form->autoattend=="1")?"Yes":"No")."
". + get_string("gradeshort","attendance").":". + (($form->grade=="1")?"Yes":"No")."
". + get_string("maxgradeshort","attendance").":". + $form->maxgrade."
\n"; + /// Finish the page print_footer($course);