mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-21695 Replaced grade/importoutcomes.html
No auto AMOS replacement here as the original file contains formatted tables.
This commit is contained in:
parent
0459cc4d9e
commit
32a544625b
2 changed files with 1 additions and 16 deletions
|
@ -42,7 +42,7 @@ class import_outcomes_form extends moodleform {
|
|||
}
|
||||
|
||||
$mform->addElement('file', 'userfile', get_string('importoutcomes', 'grades'));
|
||||
$mform->setHelpButton('userfile', array('importoutcomes', get_string('importoutcomes', 'grades'), 'grade'));
|
||||
$mform->addHelpButton('userfile', 'importoutcomes', 'grades');
|
||||
|
||||
$mform->addElement('submit', 'save', get_string('uploadthisfile'));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue