| fred | MDK | diff --git a/mod/assign/gradingtable.php b/mod/assign/gradingtable.php index 24b3b0b7b92..b81ee619e01 100644 --- a/mod/assign/gradingtable.php +++ b/mod/assign/gradingtable.php @@ -1934,7 +1934,7 @@ class assign_grading_table extends table_sql implements renderable { // Start of main data table. if ($this->responsive) { - echo html_writer::start_tag('div', ['class' => 'no-overflow']); + echo html_writer::start_tag('div', ['class' => 'table-responsive']); } echo html_writer::start_tag('table', $this->attributes) . $this->render_caption(); } diff --git a/mod/data/index.php b/mod/data/index.php index 8cbf07dad72..a3b273aaa50 100644 --- a/mod/data/index.php +++ b/mod/data/index.php @@ -147,5 +147,5 @@ foreach ($datas as $data) { } echo "
| - {{#str}}status{{/str}} - | -
- {{#state.sortorder.isdiscussiondesc}}
- {{#str}}discussion, mod_forum{{/str}} {{#pix}}t/downlong, core, {{#str}}desc, core{{/str}}{{/pix}}
- {{/state.sortorder.isdiscussiondesc}}
- {{#state.sortorder.isdiscussionasc}}
- {{#str}}discussion, mod_forum{{/str}} {{#pix}}t/uplong, core, {{#str}}asc, core{{/str}}{{/pix}}
+
+
+ {{/forum.capabilities.subscribe}}
+
|
+ {{#discussion}}
+
+ {{#hasanyactions}}
+
+ {{/discussion}}
+
+ {{> mod_forum/forum_action_menu}}
+
+ {{/hasanyactions}}
+ |
+
|---|