MDL-21695 Replaced grade/showranges.html

AMOS BEGIN
 MOV [configshowranges,core_grades],[showranges_help,core_grades]
 HLP grade/showranges.html,[showranges_help,core_grades]
AMOS END
This commit is contained in:
David Mudrak
2010-06-21 09:07:45 +00:00
parent 178f282b10
commit a76982080e
3 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ $settings->add(new admin_setting_configcheckbox('grade_report_showlocks', get_st
get_string('showlocks_help', 'grades'), 0));
$settings->add(new admin_setting_configcheckbox('grade_report_showranges', get_string('showranges', 'grades'),
get_string('configshowranges', 'grades'), 0));
get_string('showranges_help', 'grades'), 0));
$settings->add(new admin_setting_configcheckbox('grade_report_showuserimage', get_string('showuserimage', 'grades'),
get_string('configshowuserimage', 'grades'), 1));
-1
View File
@@ -129,7 +129,6 @@ $string['confighiddenasdate'] = 'If user can not see hidden grades show date of
$string['confighideforcedsettings'] = 'Do not show forced settings in grading UI.';
$string['configincludescalesinaggregation'] = 'You can change whether scales are to be included as numbers in all aggregated grades across all gradebooks in all courses. CAUTION: changing this setting will force all aggregated grades to be recalculated.';
$string['configprofilereport'] = 'Grade report used on user profile page.';
$string['configshowranges'] = 'Whether to show the range of grades for each column in an additional row.';
$string['configshowrank'] = 'Whether to show the position of the user in relation to the rest of the class, for each grade item.';
$string['configshowuseridnumber'] = 'Whether to show user ID numbers in an additional column.';
$string['configshowuserimage'] = 'Whether to show the user\'s profile image next to the name in the grader report.';
-2
View File
@@ -1,2 +0,0 @@
<h1>Show ranges</h1>
<p>Whether to show the range of grades for each column in an additional row.</p>