mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'MDL-26523_grader_22' of git://github.com/andyjdavis/moodle into MOODLE_22_STABLE
This commit is contained in:
commit
ead5f3793b
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class edit_grade_form extends moodleform {
|
||||||
}
|
}
|
||||||
|
|
||||||
$mform->addElement('select', 'finalgrade', get_string('finalgrade', 'grades'), $scaleopt);
|
$mform->addElement('select', 'finalgrade', get_string('finalgrade', 'grades'), $scaleopt);
|
||||||
$mform->addHelpButton('finalgrade', 'finalgrade', 'finalgrade');
|
$mform->addHelpButton('finalgrade', 'finalgrade', 'grades');
|
||||||
$mform->disabledIf('finalgrade', 'overridden', 'notchecked');
|
$mform->disabledIf('finalgrade', 'overridden', 'notchecked');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue