mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 19:16:13 +02:00
tea/Resources/Private/Templates/FrontEndEditor/New.html

15 lines
452 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
<f:layout name="FrontEndEditor"/>
<f:section name="main">
<h2>
<f:translate key="plugin.frontEndEditor.new.heading"/>
</h2>
<f:form action="create" name="tea" object="{tea}">
<f:render partial="FrontEndEditor/Form" arguments="{_all}"/>
</f:form>
</f:section>
</html>