mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
MDL-35683: Re-adding row to the submission status table removed by MDL-34088.
This commit is contained in:
parent
695dee4bcd
commit
6c71247961
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user