mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 09:36:13 +01:00
82e7e95487
Part of #871
14 lines
452 B
HTML
14 lines
452 B
HTML
<!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>
|