mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +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
|
@ -685,7 +685,7 @@ class core_badges_renderer extends plugin_renderer_base {
|
|||
$paging = new paging_bar($badges->totalcount, $badges->page, $badges->perpage, $this->page->url, 'page');
|
||||
$htmlpagingbar = $this->render($paging);
|
||||
$table = new html_table();
|
||||
$table->attributes['class'] = 'collection';
|
||||
$table->attributes['class'] = 'table table-bordered table-striped';
|
||||
|
||||
$sortbyname = $this->helper_sortable_heading(get_string('name'),
|
||||
'name', $badges->sort, $badges->dir);
|
||||
|
@ -743,7 +743,7 @@ class core_badges_renderer extends plugin_renderer_base {
|
|||
|
||||
$htmlpagingbar = $this->render($paging);
|
||||
$table = new html_table();
|
||||
$table->attributes['class'] = 'collection';
|
||||
$table->attributes['class'] = 'table table-bordered table-striped';
|
||||
|
||||
$sortbyname = $this->helper_sortable_heading(get_string('name'),
|
||||
'name', $badges->sort, $badges->dir);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue