MDL-21695 Replaced grade/showuseridnumber.html

AMOS BEGIN
 MOV [configshowuseridnumber,core_grades],[showuseridnumber_help,core_grades]
 HLP grade/showuseridnumber.html,[showuseridnumber_help,core_grades]
AMOS END
This commit is contained in:
David Mudrak 2010-06-25 17:19:49 +00:00
parent 1cc3165e18
commit 59a31596d4
3 changed files with 1 additions and 4 deletions

View file

@ -60,7 +60,7 @@ $settings->add(new admin_setting_configcheckbox('grade_report_showuserimage', ge
get_string('configshowuserimage', 'grades'), 1)); get_string('configshowuserimage', 'grades'), 1));
$settings->add(new admin_setting_configcheckbox('grade_report_showuseridnumber', get_string('showuseridnumber', 'grades'), $settings->add(new admin_setting_configcheckbox('grade_report_showuseridnumber', get_string('showuseridnumber', 'grades'),
get_string('configshowuseridnumber', 'grades'), 0)); get_string('showuseridnumber_help', 'grades'), 0));
$settings->add(new admin_setting_configcheckbox('grade_report_showactivityicons', get_string('showactivityicons', 'grades'), $settings->add(new admin_setting_configcheckbox('grade_report_showactivityicons', get_string('showactivityicons', 'grades'),
get_string('showactivityicons_help', 'grades'), 1)); get_string('showactivityicons_help', 'grades'), 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['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['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['configprofilereport'] = 'Grade report used on user profile page.';
$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.'; $string['configshowuserimage'] = 'Whether to show the user\'s profile image next to the name in the grader report.';
$string['configstudentsperpage'] = 'The number of students to display per page in the grader report.'; $string['configstudentsperpage'] = 'The number of students to display per page in the grader report.';
$string['configstudentsperpagedefault'] = 'The number of students to display per page in the grader report. Leave this field empty to use the site default (currently {$a}).'; $string['configstudentsperpagedefault'] = 'The number of students to display per page in the grader report. Leave this field empty to use the site default (currently {$a}).';

View file

@ -1,2 +0,0 @@
<h1>Show user id numbers</h1>
<p>Whether to show user id numbers in an additional column.</p>