mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 11:56:40 +02:00
MDL-21695 Replaced grade/gradepass.html
AMOS BEGIN HLP grade/gradepass.html,[gradepass_help,core_grades] AMOS END
This commit is contained in:
parent
25293fcb7b
commit
5cca21a665
5 changed files with 2 additions and 9 deletions
|
@ -84,7 +84,7 @@ class edit_item_form extends moodleform {
|
|||
$mform->disabledIf('grademin', 'gradetype', 'noteq', GRADE_TYPE_VALUE);
|
||||
|
||||
$mform->addElement('text', 'gradepass', get_string('gradepass', 'grades'));
|
||||
$mform->setHelpButton('gradepass', array('gradepass', get_string('gradepass', 'grades'), 'grade'), true);
|
||||
$mform->addHelpButton('gradepass', 'gradepass', 'grades');
|
||||
$mform->disabledIf('gradepass', 'gradetype', 'eq', GRADE_TYPE_NONE);
|
||||
$mform->disabledIf('gradepass', 'gradetype', 'eq', GRADE_TYPE_TEXT);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue