mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
Merge branch 'MDL-62227-master' of git://github.com/bmbrands/moodle
This commit is contained in:
commit
6474044464
@ -205,7 +205,7 @@ class MoodleQuickForm_modgrade extends MoodleQuickForm_group {
|
||||
$gradesexistmsg = get_string('modgradecantchangegradetype', 'grades');
|
||||
}
|
||||
|
||||
$gradesexisthtml = '<div class=\'alert\'>' . $gradesexistmsg . '</div>';
|
||||
$gradesexisthtml = '<div class=\'alert alert-warning\'>' . $gradesexistmsg . '</div>';
|
||||
$this->_elements[] = $this->createFormElement('static', 'gradesexistmsg', '', $gradesexisthtml);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user