<f:render partial="tablerowForm" arguments="{action : 'update', tablerow : tablerow}" />
</f:section>
</source>
 
 
 
=== main.html===
'''typo3conf/ext/ncfluid/Resources/Private/Layouts/main.html'''
<source lang="html4strict">
<div id="ncfluid">
 
<h2 id="ncfluid-title">
<f:render section="title" />
</h2>
 
<div id="ncfluid-menu">
<f:render section="menu" />
</div>
 
<f:renderFlashMessages style="background-color: #dfd; padding: 12px;" />
 
<div id="ncfluid-content">
<f:render section="content" />
</div>
 
<div id="ncfluid-footer">by netz.coop eG</div>
 
</div>
</source>
 
=== styles.css ===
'''typo3conf/ext/ncfluid/Resources/Public/Stylesheets/styles.css'''
<source lang="css">
</source>
=== UIHelper.js ===
'''typo3conf/ext/ncfluid/Resources/Public/JavaScript/UIHelper.js'''
<source lang="javascript">
</source>
Änderungen – Vosp.info

Änderungen

Navigationsmenü