mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
fix for MDL-7483, add table header to user picture on participants listing
This commit is contained in:
parent
9fbccd3907
commit
1d40c70b43
3 changed files with 8 additions and 3 deletions
|
@ -487,6 +487,10 @@ class flexible_table {
|
|||
}
|
||||
break;
|
||||
|
||||
case 'userpic':
|
||||
// do nothing, do not display sortable links
|
||||
break;
|
||||
|
||||
default:
|
||||
if($this->is_sortable) {
|
||||
if($primary_sort_column == $column) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue