mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-73794-master' of https://github.com/bmbrands/moodle
This commit is contained in:
commit
b67b024748
@ -9830,7 +9830,7 @@ function get_performance_info() {
|
||||
$info['txt'] .= 'Caches used (hits/misses/sets): 0/0/0 ';
|
||||
}
|
||||
|
||||
$info['html'] = '<div class="performanceinfo siteinfo container-fluid px-md-0 overflow-auto mt-3">'.$info['html'].'</div>';
|
||||
$info['html'] = '<div class="performanceinfo siteinfo container-fluid px-md-0 overflow-auto pt-3">'.$info['html'].'</div>';
|
||||
return $info;
|
||||
}
|
||||
|
||||
|
@ -69,7 +69,7 @@
|
||||
{{$pagecontent}}{{/pagecontent}}
|
||||
</div>
|
||||
</main>
|
||||
<footer id="page-footer" class="py-3 footer-dark bg-dark text-light">
|
||||
<footer id="page-footer" class="py-3">
|
||||
<div class="container">
|
||||
<div>{{{global.contentexportfooter}}}</div>
|
||||
</div>
|
||||
|
@ -32,7 +32,7 @@
|
||||
}
|
||||
}}
|
||||
|
||||
<footer id="page-footer" class="footer-popover footer-dark bg-dark text-light">
|
||||
<footer id="page-footer" class="footer-popover bg-white">
|
||||
<div data-region="footer-container-popover">
|
||||
<button class="btn btn-icon bg-secondary icon-no-margin btn-footer-popover" data-action="footer-popover" aria-label="{{#str}}showfooter, theme_boost{{/str}}">
|
||||
{{#pix}}e/question, core{{/pix}}
|
||||
@ -74,7 +74,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="footer-content-debugging">
|
||||
<div class="footer-content-debugging footer-dark bg-dark text-light">
|
||||
<div class="container-fluid footer-dark-inner">
|
||||
{{{ output.debug_footer_html }}}
|
||||
</div>
|
||||
|
@ -75,7 +75,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<footer id="page-footer" class="py-3 footer-dark bg-dark text-light">
|
||||
<footer id="page-footer" class="py-3">
|
||||
<div class="container">
|
||||
<div id="course-footer">{{{ output.course_footer }}}</div>
|
||||
{{{ output.standard_end_of_body_html }}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user