mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
MDL-62227 lib_form: add .alert-warning to unstyled alert
This commit is contained in:
parent
641d113c88
commit
c3f2290d11
@ -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