Skip to content
Snippets Groups Projects
Commit 255651db authored by Georg Ringer's avatar Georg Ringer Committed by Andreas Fernandez
Browse files

[TASK] Render information msg in TS module with a callout

If a template record does not contain any constants, the information
should be rendered by a nice callout.

Resolves: #79416
Releases: master
Change-Id: I6af7b2676d4a7517bc392595948806df9ae7e042
Reviewed-on: https://review.typo3.org/51383


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarAndreas Fernandez <typo3@scripting-base.de>
Tested-by: default avatarAndreas Fernandez <typo3@scripting-base.de>
parent 73b06f2b
Branches
Tags
No related merge requests found
......@@ -22,8 +22,9 @@
</span></div>
</f:then>
<f:else>
<h3><core:icon identifier="status-dialog-notification" /><f:translate key="{LLPrefix}noConstants"/></h3>
<div><f:translate key="{LLPrefix}noConstantsDescription"/></div>
<f:be.infobox title="{f:translate(key:'{LLPrefix}noConstants')}">
{f:translate(key:'{LLPrefix}noConstantsDescription')}
</f:be.infobox>
</f:else>
</f:if>
<div style="padding-top: 15px;"></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