mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 05:56:11 +01:00
ad460b20b3
Part of #871
14 lines
453 B
HTML
14 lines
453 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.edit.heading"/>
|
|
</h2>
|
|
|
|
<f:form action="update" name="tea" object="{tea}">
|
|
<f:render partial="FrontEndEditor/Form" arguments="{_all}"/>
|
|
</f:form>
|
|
</f:section>
|
|
</html>
|