MDL-21695 grade/aggregationposition.html

AMOS BEGIN
 HLP grade/aggregationposition.html,[aggregationposition_help,core_grades]
AMOS END
This commit is contained in:
David Mudrak 2010-05-24 09:51:50 +00:00
parent f89b71eb4b
commit 6e2d05aeb8
4 changed files with 2 additions and 5 deletions

View File

@ -32,7 +32,7 @@ if (has_capability('moodle/grade:manage', $systemcontext)
$temp->add(new admin_setting_grade_profilereport());
$temp->add(new admin_setting_configselect('grade_aggregationposition', get_string('aggregationposition', 'grades'),
get_string('configaggregationposition', 'grades'), GRADE_REPORT_AGGREGATION_POSITION_LAST,
get_string('aggregationposition_help', 'grades'), GRADE_REPORT_AGGREGATION_POSITION_LAST,
array(GRADE_REPORT_AGGREGATION_POSITION_FIRST => get_string('positionfirst', 'grades'),
GRADE_REPORT_AGGREGATION_POSITION_LAST => get_string('positionlast', 'grades'))));

View File

@ -56,7 +56,7 @@ class course_settings_form extends moodleform {
}
}
$mform->addElement('select', 'aggregationposition', get_string('aggregationposition', 'grades'), $options);
$mform->setHelpButton('aggregationposition', array('aggregationposition', get_string('aggregationposition', 'grades'), 'grade'));
$mform->addHelpButton('aggregationposition', 'aggregationposition', 'grades');
// Grade item settings
$mform->addElement('header', 'grade_item_settings', get_string('gradeitemsettings', 'grades'));

View File

@ -117,7 +117,6 @@ $string['categorytotal'] = 'Category total';
$string['categorytotalfull'] = '{$a->category} total';
$string['combo'] = 'Tabs and Dropdown menu';
$string['compact'] = 'Compact';
$string['configaggregationposition'] = 'Defines the position of the aggregation total column in the report related to the grades being aggregated.';
$string['configaggregationview'] = 'Each category can be displayed in three ways: Full mode (aggregated column and grade item columns), the aggregated column only, or the grade items alone.';
$string['configaveragesdecimalpoints'] = 'Specifies the number of decimal points to display for each column mean. If Inherit is selected, the display type for each column is used.';
$string['configaveragesdisplaytype'] = 'Specifies how to display the mean for each column. If Inherit is selected, the display type for each column is used.';

View File

@ -1,2 +0,0 @@
<h1>Aggregation position</h1>
<p>Defines the position of the aggregation total column in the report related to the grades being aggregated.</p>