'''typo3conf/ext/ncfluid/Resources/Private/Templates/Table/edit.html'''
<source lang="html4strict">
<f:layout name="main" />
<f:section name="title">edit.html</f:section>
 
<f:section name="menu">
<ul>
<li><f:link.action controller="Table" action="delete" arguments="{tablerow : tablerow}">delete</f:link.action></li>
</ul>
</f:section>
 
<f:section name="content">
<f:render partial="tablerowForm" arguments="{action : 'update', tablerow : tablerow}" />
</f:section>
</source>
Änderungen – Vosp.info

Änderungen

Navigationsmenü