mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 23:42:11 +02:00
Merge branch 'MDL-77542-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
This commit is contained in:
commit
7e523dfff9
@ -4118,7 +4118,7 @@ class assign {
|
||||
// and show errors.
|
||||
$mform->is_validated();
|
||||
}
|
||||
$o .= $this->get_renderer()->heading(get_string('gradenoun'), 3);
|
||||
|
||||
$o .= $this->get_renderer()->render(new assign_form('gradingform', $mform));
|
||||
|
||||
if (count($allsubmissions) > 1) {
|
||||
@ -4304,7 +4304,7 @@ class assign {
|
||||
'',
|
||||
array('class'=>'gradeform'));
|
||||
}
|
||||
$o .= $this->get_renderer()->heading(get_string('gradenoun'), 3);
|
||||
|
||||
$o .= $this->get_renderer()->render(new assign_form('gradingform', $mform));
|
||||
|
||||
if (count($allsubmissions) > 1 && $attemptnumber == -1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user