Merge branch 'MDL-66548-37' of git://github.com/bmbrands/moodle into MOODLE_37_STABLE
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
</div>
|
||||
|
||||
<div id="page-content" class="row {{#haspreblocks}} blocks-pre {{/haspreblocks}} {{#haspostblocks}} blocks-post {{/haspostblocks}}">
|
||||
<div id="region-main-box" class="region-main col-12">
|
||||
<div id="region-main-box" class="region-main">
|
||||
<section id="region-main" aria-label="{{#str}}content{{/str}}">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
@@ -80,17 +80,17 @@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<div class="columnleft {{#haspreblocks}} has-blocks {{/haspreblocks}}">
|
||||
<section data-region="blocks-column" class="hidden-print" aria-label="{{#str}}blocks{{/str}}">
|
||||
{{{ sidepreblocks }}}
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
<div class="columnleft {{#haspreblocks}} has-blocks {{/haspreblocks}}">
|
||||
<section data-region="blocks-column" class="hidden-print" aria-label="{{#str}}blocks{{/str}}">
|
||||
{{{ sidepreblocks }}}
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<div class="columnright {{#haspostblocks}} has-blocks {{/haspostblocks}}">
|
||||
<section data-region="blocks-column" class="hidden-print" aria-label="{{#str}}blocks{{/str}}">
|
||||
{{{ sidepostblocks }}}
|
||||
</section>
|
||||
</div>
|
||||
<div class="columnright {{#haspostblocks}} has-blocks {{/haspostblocks}}">
|
||||
<section data-region="blocks-column" class="hidden-print" aria-label="{{#str}}blocks{{/str}}">
|
||||
{{{ sidepostblocks }}}
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user