Skip to content
Snippets Groups Projects
Commit 40fe8724 authored by Florian Will's avatar Florian Will
Browse files

[TASK] icon loading same row as buttonbar

parent f3fa38cb
No related branches found
No related tags found
1 merge request!52Feature 5168 unify root page selector
......@@ -29,12 +29,12 @@
<f:render section="iconButtons"/>
</div>
</div>
<div class="module-docheader-bar-column-right">
<f:render partial="Backend/ButtonBar" arguments="{buttons:docHeader.buttons.right}"/>
<div class="module-docheader-bar-column-right" style="display: flex; align-items: center;">
<a href="https://www.sgalinski.de/" target="_blank" rel="noopener noreferrer"
title="Created by the TYPO3 agency sgalinski">
<img src="{f:uri.resource(path: 'Icons/logo-icon.svg')}" alt="Sgalinski Logo" style="width: 34px; height: 25.75px;" />
</a>
<f:render partial="Backend/ButtonBar" arguments="{buttons:docHeader.buttons.right}"/>
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment