Skip to content

Commit 6474044

Browse files
author
David Monllao
committed
Merge branch 'MDL-62227-master' of git://github.com/bmbrands/moodle
2 parents 545e2b4 + c3f2290 commit 6474044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/form/modgrade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ public function _createElements() {
205205
$gradesexistmsg = get_string('modgradecantchangegradetype', 'grades');
206206
}
207207

208-
$gradesexisthtml = '<div class=\'alert\'>' . $gradesexistmsg . '</div>';
208+
$gradesexisthtml = '<div class=\'alert alert-warning\'>' . $gradesexistmsg . '</div>';
209209
$this->_elements[] = $this->createFormElement('static', 'gradesexistmsg', '', $gradesexisthtml);
210210
}
211211

0 commit comments

Comments
 (0)