MDL-21695 Replaced grade/showaverages.html

AMOS BEGIN
 MOV [configshowaverages,core_grades],[showaverages_help,core_grades]
 HLP grade/showaverages.html,[showaverages_help,core_grades]
AMOS END
This commit is contained in:
David Mudrak 2010-06-18 16:24:14 +00:00
parent c3af84eb88
commit f4d1f97ddb
3 changed files with 1 additions and 4 deletions

View File

@ -48,7 +48,7 @@ $settings->add(new admin_setting_configcheckbox('grade_report_showeyecons', get_
get_string('configshoweyecons', 'grades'), 0));
$settings->add(new admin_setting_configcheckbox('grade_report_showaverages', get_string('showaverages', 'grades'),
get_string('configshowaverages', 'grades'), 1));
get_string('showaverages_help', 'grades'), 1));
$settings->add(new admin_setting_configcheckbox('grade_report_showlocks', get_string('showlocks', 'grades'),
get_string('configshowlocks', 'grades'), 0));

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['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.';
$string['configshoweyecons'] = 'Whether to show a show/hide icon near each grade (controlling its visibility to the user).';
$string['configshowfeedback'] = 'Whether to show a feedback icon (for adding/editing) near each grade.';

View File

@ -1,2 +0,0 @@
<h1>Show averages</h1>
<p>Whether to show the mean for each column.</p>