mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Fixed up help button texts MDL-9628
This commit is contained in:
parent
e15d4dd0e0
commit
939b226a2b
@ -62,7 +62,7 @@ class grader_report_preferences_form extends moodleform {
|
||||
}
|
||||
|
||||
$mform->addElement($type, $full_pref, get_string($pref, 'grades'), $options);
|
||||
$mform->setHelpButton($full_pref, array(false, get_string($pref, 'grades'), false, true, false, get_string("config_$pref", 'grades')));
|
||||
$mform->setHelpButton($full_pref, array(false, get_string($pref, 'grades'), false, true, false, get_string("config$pref", 'grades')));
|
||||
$mform->setDefault($full_pref, $pref_value);
|
||||
$mform->setType($full_pref, PARAM_ALPHANUM);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user