MDL-19815 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno

This commit is contained in:
nicolasconnault 2009-08-20 08:46:03 +00:00
parent 39e3701904
commit fcd1243be8
2 changed files with 25 additions and 17 deletions

View file

@ -44,6 +44,8 @@
exit;
}
$table = new html_table();
if ($course->format == "weeks") {
$table->head = array ($strweek, $strname, $strsummary, $strreport);
$table->align = array ("center", "left", "left", "left");
@ -94,7 +96,7 @@
echo "<br />";
print_table($table);
echo $OUTPUT->table($table);
echo $OUTPUT->footer();