mirror of
https://github.com/moodle/moodle.git
synced 2025-03-18 22:50:19 +01:00
MDL-25561 Gradebook : fixed whitespaces
This commit is contained in:
parent
8f43b3990d
commit
e59a1dd670
@ -678,7 +678,7 @@ function print_grade_page_head($courseid, $active_type, $active_plugin=null,
|
||||
if ($return) {
|
||||
$returnval .= $OUTPUT->heading($heading);
|
||||
} else {
|
||||
echo $OUTPUT->heading($heading);
|
||||
echo $OUTPUT->heading($heading);
|
||||
}
|
||||
|
||||
if ($CFG->grade_navmethod == GRADE_NAVMETHOD_COMBO || $CFG->grade_navmethod == GRADE_NAVMETHOD_TABS) {
|
||||
|
@ -109,7 +109,7 @@ if (has_capability('moodle/grade:viewall', $context)) { //Teachers will see all
|
||||
while ($userdata = $gui->next_user()) {
|
||||
$user = $userdata->user;
|
||||
$report = new grade_report_user($courseid, $gpr, $context, $user->id);
|
||||
|
||||
|
||||
$studentnamelink = html_writer::link(new moodle_url('/user/view.php', array('id' => $report->user->id, 'course' => $courseid)), fullname($report->user));
|
||||
echo $OUTPUT->heading(get_string('pluginname', 'gradereport_user') . ' - ' . $studentnamelink);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user