mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 03:46:42 +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
|
@ -63,10 +63,6 @@ class edit_outcomeitem_form extends moodleform {
|
|||
$mform->setHelpButton('cmid', array('linkedactivity', get_string('linkedactivity', 'grades'), 'grade'), true);
|
||||
$mform->setDefault('cmid', 0);
|
||||
|
||||
/*$mform->addElement('text', 'gradepass', get_string('gradepass', 'grades'));
|
||||
$mform->setHelpButton('gradepass', array(false, get_string('gradepass', 'grades'),
|
||||
false, true, false, get_string('gradepasshelp', 'grades')));*/
|
||||
|
||||
/// hiding
|
||||
/// advcheckbox is not compatible with disabledIf !!
|
||||
$mform->addElement('checkbox', 'hidden', get_string('hidden', 'grades'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue