MDL-21695 Tranferred grade/aggregation.html into the help string

AMOS BEGIN
 HLP grade/aggregation.html,[aggregation_help,core_grades]
AMOS END
This commit is contained in:
David Mudrak
2010-05-24 09:51:22 +00:00
parent e425638049
commit f89b71eb4b
5 changed files with 3 additions and 68 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ if (has_capability('moodle/grade:manage', $systemcontext)
GRADE_AGGREGATE_MAX, GRADE_AGGREGATE_MODE, GRADE_AGGREGATE_SUM);
$defaults = array('value'=>GRADE_AGGREGATE_WEIGHTED_MEAN2, 'forced'=>false, 'adv'=>false);
$temp->add(new admin_setting_gradecat_combo('grade_aggregation', get_string('aggregation', 'grades'), get_string('aggregationhelp', 'grades'), $defaults, $options));
$temp->add(new admin_setting_gradecat_combo('grade_aggregation', get_string('aggregation', 'grades'), get_string('aggregation_help', 'grades'), $defaults, $options));
$temp->add(new admin_setting_configmultiselect('grade_aggregations_visible', get_string('aggregationsvisible', 'grades'),
get_string('aggregationsvisiblehelp', 'grades'), $defaultvisible, $options));