mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-67735 theme_boost: remove bs2 and bs4alpha compatibility css
This commit is contained in:
parent
a0fc902eb1
commit
4394f9e358
113 changed files with 958 additions and 1403 deletions
|
@ -33,7 +33,7 @@
|
|||
}
|
||||
}}
|
||||
{{#activities}}
|
||||
<div class="row mb-1 row-fluid">
|
||||
<div class="row mb-1">
|
||||
<div class="activityinstance col-6">
|
||||
<div class="mod-indent-outer"></div>
|
||||
<div>
|
||||
|
@ -48,7 +48,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="activity-completionstatus col-6" id="completionstatus_{{cmid}}">
|
||||
<div class="col-sm-1 p-l-0">
|
||||
<div class="col-sm-1 pl-0">
|
||||
{{#completionstatus.icon}}
|
||||
{{{completionstatus.icon}}}
|
||||
{{/completionstatus.icon}}
|
||||
|
@ -56,7 +56,7 @@
|
|||
<span class="mr-3"></span>
|
||||
{{/completionstatus.icon}}
|
||||
</div>
|
||||
<div class="col-sm-11 p-l-0">
|
||||
<div class="col-sm-11 pl-0">
|
||||
<span class="text-muted muted">{{{completionstatus.string}}}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
<div class="topics">
|
||||
{{#sections}}
|
||||
<div class="mb-1">
|
||||
<div class="row mb-1 row-fluid">
|
||||
<div class="row mb-1">
|
||||
<div class="col-sm-12">
|
||||
<input type="checkbox" data-section-master="{{sectionnumber}}" class="mr-1" aria-label="{{#str}}checkallsection, completion, {{{name}}}{{/str}}">
|
||||
<h3 class="d-inline-block">{{{name}}}</h3>
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
</a>
|
||||
{{^visible}}
|
||||
<div class="d-flex flex-wrap">
|
||||
<span class="tag tag-info">{{#str}} hiddenfromstudents {{/str}}</span>
|
||||
<span class="badge badge-info">{{#str}} hiddenfromstudents {{/str}}</span>
|
||||
</div>
|
||||
{{/visible}}
|
||||
</div>
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
{{#modules}}
|
||||
{{#canmanage}}
|
||||
<div class="mb-1">
|
||||
<div class="row mb-1 row-fluid">
|
||||
<div class="row mb-1">
|
||||
<div class="col-6">
|
||||
<label class="accesshide" for="modtype_{{id}}">{{#str}}select, core_completion{{/str}} {{formattedname}}</label>
|
||||
<input id="modtype_{{id}}" type="checkbox" class="mr-1" name="modids[]" value="{{id}}" aria-label="{{#str}}checkactivity, completion, {{{formattedname}}}{{/str}}">
|
||||
|
@ -68,7 +68,7 @@
|
|||
<span>{{{formattedname}}}</span>
|
||||
</div>
|
||||
<div class="activity-completionstatus col-6">
|
||||
<div class="col-sm-1 p-l-0">
|
||||
<div class="col-sm-1 pl-0">
|
||||
{{#completionstatus.icon}}
|
||||
{{{completionstatus.icon}}}
|
||||
{{/completionstatus.icon}}
|
||||
|
@ -76,7 +76,7 @@
|
|||
<span class="mr-3"></span>
|
||||
{{/completionstatus.icon}}
|
||||
</div>
|
||||
<div class="col-sm-11 p-l-0">
|
||||
<div class="col-sm-11 pl-0">
|
||||
<span class="text-muted muted">{{{completionstatus.string}}}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -127,4 +127,4 @@ require([
|
|||
}
|
||||
});
|
||||
});
|
||||
{{/js}}
|
||||
{{/js}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue