moodle_page: MDL-12212 improve comments and add some work-in-progress warnings

This commit is contained in:
tjhunt
2009-05-06 09:29:05 +00:00
parent cb6402296c
commit b7b2d0f37d
8 changed files with 42 additions and 16 deletions
+2
View File
@@ -276,6 +276,8 @@
}
/// Print the page header
// Note: MDL-19010 there will be further changes to printing header and blocks.
// The code will be much nicer than this eventually.
$title = $course->shortname.': ' . format_string($data->name);
$buttons = '<table><tr><td>'.update_module_button($cm->id, $course->id, get_string('modulename', 'data')).'</td>';