Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 11
Línea 84... Línea 84...
84
    $strstats = get_string('stats');
84
    $strstats = get_string('stats');
Línea 85... Línea 85...
85
 
85
 
86
    $PAGE->set_title("$course->shortname: $strstats");
86
    $PAGE->set_title("$course->shortname: $strstats");
87
    $PAGE->set_heading($course->fullname);
87
    $PAGE->set_heading($course->fullname);
88
    $PAGE->set_pagelayout('report');
-
 
-
 
88
    $PAGE->set_pagelayout('report');
89
    $PAGE->set_headingmenu(report_stats_mode_menu($course, $mode, $time, "$CFG->wwwroot/report/stats/index.php"));
89
 
Línea 90... Línea 90...
90
    echo $OUTPUT->header();
90
    echo $OUTPUT->header();
-
 
91
 
91
 
92
    // Print the selected dropdown.
92
    // Print the selected dropdown.
93
    report_helper::print_report_selector(
-
 
94
        get_string('pluginname', 'report_stats'),
-
 
95
        report_stats_mode_menu($course, $mode, $time, $PAGE->url->out_omit_querystring())
93
    $pluginname = get_string('pluginname', 'report_stats');
96
    );
Línea 94... Línea 97...
94
    report_helper::print_report_selector($pluginname);
97
 
Línea 95... Línea 98...
95
}
98
}