Skip to content
Snippets Groups Projects
Commit 1e4d3f80 authored by Jasmina Ließmann's avatar Jasmina Ließmann
Browse files

[BUGFIX] Align styling of panel headings in admin tool modals

In the submodules of the admin tools, information and configuration
options are placed in modals. Some of the panel headings used there
did not match the style of other panel headings used in the system.
The patch now aligns the styling.

Resolves: #104087
Releases: main, 12.4
Change-Id: I15b8e447772c67b3627ba42cab1356cd59ab4274
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84639


Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarJasmina Ließmann <minapokhalo+typo3@gmail.com>
Tested-by: default avatarJasmina Ließmann <minapokhalo+typo3@gmail.com>
parent ef6c8535
Branches
Tags
No related merge requests found
......@@ -5,7 +5,7 @@
<h4 class="panel-title">
<a role="button" data-bs-toggle="collapse" data-bs-parent="#accordion" href="#collapseSeven" aria-expanded="true" aria-controls="collapseSeven" class="collapsed">
<span class="caret"></span>
Cache settings
<strong>Cache settings</strong>
</a>
</h4>
</div>
......
......@@ -5,7 +5,7 @@
<h4 class="panel-title">
<a role="button" data-bs-toggle="collapse" data-bs-parent="#accordion" href="#collapseTwo" aria-expanded="true" aria-controls="collapseTwo" class="collapsed">
<span class="caret"></span>
Debug settings
<strong>Debug settings</strong>
</a>
</h4>
</div>
......
......@@ -5,7 +5,7 @@
<h4 class="panel-title">
<a role="button" data-bs-toggle="collapse" data-bs-parent="#accordion" href="#collapseFour" aria-expanded="true" aria-controls="collapseFour" class="collapsed">
<span class="caret"></span>
Image handling settings
<strong>Image handling settings</strong>
</a>
</h4>
</div>
......
......@@ -5,7 +5,7 @@
<h4 class="panel-title">
<a role="button" data-bs-toggle="collapse" data-bs-parent="#accordion" href="#collapseFive" aria-expanded="true" aria-controls="collapseFive" class="collapsed">
<span class="caret"></span>
Mail handling settings
<strong>Mail handling settings</strong>
</a>
</h4>
</div>
......
......@@ -5,7 +5,7 @@
<h4 class="panel-title">
<a role="button" data-bs-toggle="collapse" data-bs-parent="#accordion" href="#collapseSix" aria-expanded="true" aria-controls="collapseSix" class="collapsed">
<span class="caret"></span>
Password hashing settings
<strong>Password hashing settings</strong>
</a>
</h4>
</div>
......
......@@ -124,7 +124,7 @@
<h4 class="panel-title">
<a role="button" data-bs-toggle="collapse" data-bs-parent="#accordion" href="#collapseConfiguration" aria-expanded="true" aria-controls="collapseFive" class="collapsed">
<span class="caret"></span>
Current configuration
<strong>Current configuration</strong>
</a>
</h3>
</div>
......@@ -173,7 +173,7 @@
<h4 class="panel-title">
<a role="button" data-bs-toggle="collapse" data-bs-parent="#accordion" href="#collapseVerify" aria-expanded="true" aria-controls="collapseFive" class="collapsed">
<span class="caret"></span>
Verify test results
<strong>Verify test results</strong>
</a>
</h3>
</div>
......@@ -202,7 +202,7 @@
<h4 class="panel-title">
<a role="button" data-bs-toggle="collapse" data-bs-parent="#accordion" href="#collapseAbout" aria-expanded="true" aria-controls="collapseFive" class="collapsed">
<span class="caret"></span>
About image handling
<strong>About image handling</strong>
</a>
</h3>
</div>
......@@ -261,7 +261,7 @@
<h4 class="panel-title">
<a role="button" data-bs-toggle="collapse" data-bs-parent="#accordion" href="#collapseTestImages" aria-expanded="true" aria-controls="collapseFive" class="collapsed">
<span class="caret"></span>
About test images
<strong>About test images</strong>
</a>
</h3>
</div>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment