Merge branch 'MDL-86162' of https://github.com/paulholden/moodle
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
<div class="tab-content" id="myTabContent">
|
||||
<div class="tab-pane fade show active" id="contenttypes" role="tabpanel" aria-labelledby="contenttypes-tab">
|
||||
<div class="overview px-3 mb-5">
|
||||
<table class="admintable table generaltable" id="h5pcontenttypes">
|
||||
<table class="admintable generaltable table table-striped table-hover" id="h5pcontenttypes">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="width: 5%">{{#str}}enable, core{{/str}}</th>
|
||||
@@ -117,7 +117,7 @@
|
||||
</div>
|
||||
<div class="tab-pane fade" id="libraries" role="tabpanel" aria-labelledby="libraries-tab">
|
||||
<div class="overview px-3 mb-5">
|
||||
<table class="admintable table generaltable" id="h5plibraries">
|
||||
<table class="admintable generaltable table table-striped table-hover" id="h5plibraries">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{#str}}description, core{{/str}}</th>
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
}
|
||||
|
||||
}}
|
||||
<table class="admintable generaltable" id="h5ptools">
|
||||
<table class="admintable generaltable table table-striped table-hover" id="h5ptools">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{#str}} feature, h5p {{/str}}</th>
|
||||
|
||||
Reference in New Issue
Block a user