mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 04:56:12 +01:00
Display the internal notes in the FE
This commit is contained in:
parent
03892a2639
commit
102ced2153
1 changed files with 6 additions and 0 deletions
|
@ -8,5 +8,11 @@
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
{tea.description -> f:format.html()}
|
{tea.description -> f:format.html()}
|
||||||
|
|
||||||
|
<f:if condition="{tea.internalNotes}">
|
||||||
|
<p>
|
||||||
|
{tea.internalNotes}
|
||||||
|
</p>
|
||||||
|
</f:if>
|
||||||
</f:section>
|
</f:section>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue