25 lines
632 B
HTML
25 lines
632 B
HTML
<html
|
|
xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
|
|
data-namespace-typo3-fluid="true"
|
|
>
|
|
|
|
<f:layout name="Module"/>
|
|
|
|
<f:section name="Content">
|
|
|
|
<h1><f:translate key="LLL:EXT:tstemplate/Resources/Private/Language/locallang_ceditor.xlf:submodule.title" /></h1>
|
|
<p><f:translate key="LLL:EXT:tstemplate/Resources/Private/Language/locallang_ceditor.xlf:submodule.description" /></p>
|
|
|
|
<f:render
|
|
partial="NoRecordFound"
|
|
arguments="{
|
|
pageUid: pageUid,
|
|
previousPage: previousPage,
|
|
moduleIdentifier: moduleIdentifier
|
|
}"
|
|
/>
|
|
|
|
</f:section>
|
|
|
|
</html>
|