TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:17 +02:00
commit 629541cb4c
86 changed files with 5360 additions and 0 deletions
@@ -0,0 +1,10 @@
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
<f:if condition="{showLoginMessage}">
<h3>
<f:render partial="RenderLabelOrMessage" arguments="{key: 'success_header'}"/>
</h3>
</f:if>
<f:translate arguments="{0: '{user.username}'}" domain="felogin.messages" key="login_user_info"/>
</html>