|
@ -127,7 +127,7 @@ class user_sessions_cells_html_generator extends user_sessions_cells_generator { |
|
|
|
|
|
|
|
|
protected function construct_existing_status_cell($text) { |
|
|
protected function construct_existing_status_cell($text) { |
|
|
$this->close_open_cell_if_needed(); |
|
|
$this->close_open_cell_if_needed(); |
|
|
$this->cells[] = $text; |
|
|
$this->cells[] = html_writer::span($text, 'attendancestatus-'.$text); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
protected function construct_hidden_status_cell($text) { |
|
|
protected function construct_hidden_status_cell($text) { |
|
|