MDL-21695 Replaced grade/showeyecons.html

AMOS BEGIN
 MOV [configshoweyecons,core_grades],[showeyecons_help,core_grades]
 HLP grade/showeyecons.html,[showeyecons_help,core_grades]
AMOS END
This commit is contained in:
David Mudrak
2010-06-18 16:32:56 +00:00
parent 82d382805f
commit 20c35d89ff
3 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ $settings->add(new admin_setting_configcheckbox('grade_report_showcalculations',
get_string('showcalculations_help', 'grades'), 0));
$settings->add(new admin_setting_configcheckbox('grade_report_showeyecons', get_string('showeyecons', 'grades'),
get_string('configshoweyecons', 'grades'), 0));
get_string('showeyecons_help', 'grades'), 0));
$settings->add(new admin_setting_configcheckbox('grade_report_showaverages', get_string('showaverages', 'grades'),
get_string('showaverages_help', 'grades'), 1));