notes MDL-19806 Updated print_header and build_navigation to OUTPUT and PAGE equivalents

This commit is contained in:
samhemelryk
2009-09-07 05:43:15 +00:00
parent fb67602416
commit b0ff558ccb
10 changed files with 31 additions and 37 deletions
+2 -2
View File
@@ -110,7 +110,7 @@
redirect('view.php?rid='.$record->id.'&page='.$page, get_string('commentdeleted', 'data'));
} else { //print confirm delete form
print_header();
echo $OUTPUT->header();
data_print_comment($data, $comment, $page);
echo $OUTPUT->confirm(get_string('deletecomment','data'),
@@ -123,7 +123,7 @@
}
print_header();
echo $OUTPUT->header();
data_print_comments($data, $record, $page, $mform);
echo $OUTPUT->footer();