Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
f0f38bf1
Commit
f0f38bf1
authored
Nov 02, 2017
by
Ryan Wyllie
Browse files
MDL-60657 core: fix upgrade notice modal header padding
parent
c8e77777
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/outputrenderers.php
View file @
f0f38bf1
...
...
@@ -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'
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment