MDL-35683: Re-adding row to the submission status table removed by MDL-34088.

This commit is contained in:
Damyon Wiese 2012-09-28 10:50:45 +08:00
parent 695dee4bcd
commit 6c71247961

View File

@ -549,6 +549,8 @@ class mod_assign_renderer extends plugin_renderer_base {
$cell2 = new html_table_cell(get_string('submissionnoteditable', 'assign'));
$cell2->attributes = array('class'=>'submissionnoteditable');
}
$row->cells = array($cell1, $cell2);
$t->data[] = $row;
}
// Grading criteria preview.