17 lines
347 B
HTML
17 lines
347 B
HTML
<html
|
|
xmlns:be="http://typo3.org/ns/TYPO3/CMS/Backend/ViewHelpers"
|
|
data-namespace-typo3-fluid="true"
|
|
>
|
|
<f:layout name="Preview"/>
|
|
|
|
<f:section name="Header">
|
|
<be:link.editRecord uid="{data.uid}" table="{data.mainType}">
|
|
Statistics Preview
|
|
</be:link.editRecord>
|
|
</f:section>
|
|
|
|
<f:section name="Content">
|
|
</f:section>
|
|
|
|
</html>
|