mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
MDL-70067 report_insights: Replace BS3 column naming
Bootstrap 4 removed col-xs- and replaced it with col-
This commit is contained in:
parent
98ea30aac9
commit
fa99232970
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user