mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
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:
parent
03c7d2dc89
commit
b06db23fb7
2 changed files with 1 additions and 57 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue