mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +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
|
@ -34,7 +34,7 @@
|
|||
</p>
|
||||
{{/pushratingstouserplans}}
|
||||
</div>
|
||||
<div class="row-fluid">
|
||||
<div class="row">
|
||||
<span class="col-md-6">
|
||||
<table class="table table-bordered">
|
||||
<summary class="accesshide">
|
||||
|
|
|
@ -366,7 +366,7 @@ if (!empty($instanceid) && !empty($roleid)) {
|
|||
echo $OUTPUT->render($checknos);
|
||||
}
|
||||
echo '</div>';
|
||||
echo '<div class="p-y-1">';
|
||||
echo '<div class="py-3">';
|
||||
echo html_writer::label(get_string('withselectedusers'), 'formactionid');
|
||||
$displaylist['#messageselect'] = get_string('messageselectadd');
|
||||
$withselectedparams = array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue