mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
Merge branch 'wip-MDL-41648-30' of https://github.com/dg711/moodle into MOODLE_30_STABLE
This commit is contained in:
commit
9aff357438
2 changed files with 2 additions and 2 deletions
|
@ -134,7 +134,7 @@ class moodlequickform_guideeditor extends HTML_QuickForm_input {
|
|||
$html .= $renderer->display_regrade_confirmation($this->getName(), $this->regradeconfirmation, $data['regrade']);
|
||||
}
|
||||
if ($this->validationerrors) {
|
||||
$html .= $renderer->notification($this->validationerrors, 'error');
|
||||
$html .= $renderer->notification($this->validationerrors);
|
||||
}
|
||||
$html .= $renderer->display_guide($data['criteria'], $data['comments'], $data['options'], $mode, $this->getName());
|
||||
return $html;
|
||||
|
|
|
@ -138,7 +138,7 @@ class MoodleQuickForm_rubriceditor extends HTML_QuickForm_input {
|
|||
$html .= $renderer->display_regrade_confirmation($this->getName(), $this->regradeconfirmation, $data['regrade']);
|
||||
}
|
||||
if ($this->validationerrors) {
|
||||
$html .= $renderer->notification($this->validationerrors, 'error');
|
||||
$html .= $renderer->notification($this->validationerrors);
|
||||
}
|
||||
$html .= $renderer->display_rubric($data['criteria'], $data['options'], $mode, $this->getName());
|
||||
return $html;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue