mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
Merge branch 'MDL-66999-master' of git://github.com/bmbrands/moodle
This commit is contained in:
commit
f00542c485
69 changed files with 1487 additions and 2168 deletions
|
@ -425,7 +425,7 @@ class mod_workshop_renderer extends plugin_renderer_base {
|
|||
}
|
||||
|
||||
$table = new html_table();
|
||||
$table->attributes['class'] = 'grading-report';
|
||||
$table->attributes['class'] = 'grading-report table-striped table-hover';
|
||||
|
||||
$sortbyfirstname = $this->helper_sortable_heading(get_string('firstname'), 'firstname', $options->sortby, $options->sorthow);
|
||||
$sortbylastname = $this->helper_sortable_heading(get_string('lastname'), 'lastname', $options->sortby, $options->sorthow);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue