Merge branch 'MDL-70067-310_theme_classic' of https://github.com/alexmorrisnz/moodle into MOODLE_310_STABLE
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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 }}}
|
||||
|
||||
Reference in New Issue
Block a user