MDL-21695 Replaced grade/rangesdisplaytype.html

AMOS BEGIN
 HLP grade/rangesdisplaytype.html,[rangesdisplaytype_help,core_grades]
AMOS END
This commit is contained in:
David Mudrak
2010-06-18 15:58:39 +00:00
parent b339c45d25
commit 39017135d9
3 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ $settings->add(new admin_setting_configselect('grade_report_averagesdisplaytype'
GRADE_DISPLAY_TYPE_LETTER => $strletter)));
$settings->add(new admin_setting_configselect('grade_report_rangesdisplaytype', get_string('rangesdisplaytype', 'grades'),
get_string('configrangesdisplaytype', 'grades'), GRADE_REPORT_PREFERENCE_INHERIT,
get_string('rangesdisplaytype_help', 'grades'), GRADE_REPORT_PREFERENCE_INHERIT,
array(GRADE_REPORT_PREFERENCE_INHERIT => $strinherit,
GRADE_DISPLAY_TYPE_REAL => $strreal,
GRADE_DISPLAY_TYPE_PERCENTAGE => $strpercentage,
-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['configrangesdisplaytype'] = 'Specifies how to display ranges. If Inherit is selected, the display type for each column is used.';
$string['configshowactivityicons'] = 'Whether to show activity icons next to activity names.';
$string['configshowaverages'] = 'Whether to show the mean for each column.';
$string['configshowcalculations'] = 'Whether to show calculator icons near each grade item and category, tooltips over calculated items and a visual indicator that a column is calculated.';
@@ -1,2 +0,0 @@
<h1>Range display type</h1>
<p>Specifies how to display ranges. If Inherit is selected, the display type for each column is used.</p>