MDL-21695 help grade/calculation.html replaced with a file

The contents put to wiki, no AMOS auto-replacement due to the length of
the file.
This commit is contained in:
David Mudrak 2010-05-24 15:22:12 +00:00
parent 03c7d2dc89
commit b06db23fb7
2 changed files with 1 additions and 57 deletions

View file

@ -51,7 +51,7 @@ class edit_calculation_form extends moodleform {
$mform->addElement('header', 'general', get_string('gradeitem', 'grades'));
$mform->addElement('static', 'itemname', get_string('itemname', 'grades'));
$mform->addElement('textarea', 'calculation', get_string('calculation', 'grades'), 'cols="60" rows="5"');
$mform->setHelpButton('calculation', array('calculation', get_string('calculation', 'grades'), 'grade'));
$mform->addHelpButton('calculation', 'calculation', 'grades');
/// hidden params
$mform->addElement('hidden', 'id', 0);