mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-13501 Fixed headers
This commit is contained in:
parent
de0300ea3c
commit
712f332ecb
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ if (!isset($USER->grade_last_report)) {
|
||||||
$USER->grade_last_report[$course->id] = 'visual';
|
$USER->grade_last_report[$course->id] = 'visual';
|
||||||
|
|
||||||
$reportname = get_string('modulename', 'gradereport_visual');
|
$reportname = get_string('modulename', 'gradereport_visual');
|
||||||
print_grade_page_head($COURSE->id, 'report', 'visual', $reportname, false, null, $report->preferences_page);
|
print_grade_page_head($COURSE->id, 'report', 'visual', $reportname);
|
||||||
|
|
||||||
/// Make and output the html for the report.
|
/// Make and output the html for the report.
|
||||||
$report->visualization_selector();
|
$report->visualization_selector();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue