mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
MDL-60657 core: fix upgrade notice modal header padding
This commit is contained in:
parent
c8e7777766
commit
f0f38bf1d3
1 changed files with 1 additions and 1 deletions
|
@ -1898,7 +1898,7 @@ class core_renderer extends renderer_base {
|
|||
|
||||
$output = $this->box_start('generalbox modal modal-dialog modal-in-page show', 'notice');
|
||||
$output .= $this->box_start('modal-content', 'modal-content');
|
||||
$output .= $this->box_start('modal-header', 'modal-header');
|
||||
$output .= $this->box_start('modal-header p-x-1', 'modal-header');
|
||||
$output .= html_writer::tag('h4', get_string('confirm'));
|
||||
$output .= $this->box_end();
|
||||
$output .= $this->box_start('modal-body', 'modal-body');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue