MDL-21695 Replaced grade/gradepass.html

AMOS BEGIN
 HLP grade/gradepass.html,[gradepass_help,core_grades]
AMOS END
This commit is contained in:
David Mudrak 2010-06-01 12:26:27 +00:00
parent 25293fcb7b
commit 5cca21a665
5 changed files with 2 additions and 9 deletions

View file

@ -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'));