mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
Merging from 1.9
This commit is contained in:
parent
f92d7ac9b7
commit
55c9ebf068
@ -66,7 +66,7 @@ class edit_item_form extends moodleform {
|
||||
}
|
||||
}
|
||||
$mform->addElement('select', 'scaleid', get_string('scale'), $options);
|
||||
$mform->setHelpButton('scaleid', array(false, get_string('scale'),
|
||||
$mform->setHelpButton('scaleid', array(false, get_string('scale', 'grades'),
|
||||
false, true, false, get_string('scaleidhelp', 'grades', get_string('gradeitem', 'grades'))));
|
||||
$mform->disabledIf('scaleid', 'gradetype', 'noteq', GRADE_TYPE_SCALE);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user