Merge branch 'MDL-70067-310_theme_classic' of https://github.com/alexmorrisnz/moodle into MOODLE_310_STABLE

This commit is contained in:
Andrew Nicols
2020-11-12 10:27:27 +08:00
2 changed files with 5 additions and 5 deletions
@@ -138,15 +138,15 @@
<thead>
<tr class="d-flex">
{{#multiplepredictions}}
<th class="col-xs-1{{^bulkactions}} hidden{{/bulkactions}}">
<th class="col-1{{^bulkactions}} hidden{{/bulkactions}}">
{{{checkboxtoggleall}}}
</th>
{{/multiplepredictions}}
{{^multiplepredictions}}
<th class="col-xs-1{{^bulkactions}} hidden{{/bulkactions}}">
<th class="col-1{{^bulkactions}} hidden{{/bulkactions}}">
{{/multiplepredictions}}
<th scope="col" class="col-xs-8">{{#str}}description{{/str}}</th>
<th scope="col" class="col-xs-3">{{#str}}actions{{/str}}</th>
<th scope="col" class="col-8">{{#str}}description{{/str}}</th>
<th scope="col" class="col-3">{{#str}}actions{{/str}}</th>
</tr>
</thead>
<tbody>
+1 -1
View File
@@ -53,7 +53,7 @@
<div id="page" class="container-fluid">
<div id="page-content" class="row">
<div id="region-main-box" class="col-xs-12">
<div id="region-main-box" class="col-12">
<section id="region-main" aria-label="{{#str}}content{{/str}}">
{{{ output.course_content_header }}}
{{{ output.main_content }}}