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));
-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['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.';
$string['configshowgroups'] = 'Whether to show the mean for each group.';
$string['configshowhiddenitems'] = 'Specifies how hidden grade items are shown. If Hide is selected, they are hidden completely. If Show is selected, the hidden grade item row is shown in grey with the grade hidden completely. If "Only hidden until" is selected, grade items with a "hide until" date set are shown in grey with the grades hidden completely until the set date, after which the whole item is shown.';
-2
View File
@@ -1,2 +0,0 @@
<h1>Show show/hide icons</h1>
<p>Whether to show a show/hide icon near each grade (controlling its visibility to the user).</p>