|
@ -2198,7 +2198,7 @@ class mod_attendance_renderer extends plugin_renderer_base { |
|
|
|
|
|
|
|
|
$row = new html_table_row(); |
|
|
$row = new html_table_row(); |
|
|
$text = ($reportdata->pageparams->view == ATT_VIEW_SUMMARY) ? '' : get_string('summary'); |
|
|
$text = ($reportdata->pageparams->view == ATT_VIEW_SUMMARY) ? '' : get_string('summary'); |
|
|
$cell = $this->build_data_cell($text, false, true, $usercolspan); |
|
|
$cell = $this->build_data_cell($text, false, true); |
|
|
$cell->attributes['class'] = $cell->attributes['class'] . ' headcol'; |
|
|
$cell->attributes['class'] = $cell->attributes['class'] . ' headcol'; |
|
|
$row->cells[] = $cell; |
|
|
$row->cells[] = $cell; |
|
|
if (!empty($usercolspan)) { |
|
|
if (!empty($usercolspan)) { |
|
|