| 1234567891011121314151617181920212223242526272829 |
- <html
- xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
- xmlns:be="http://typo3.org/ns/TYPO3/CMS/Backend/ViewHelpers"
- data-namespace-typo3-fluid="true">
- <be:moduleLayout>
- <f:be.pageRenderer
- includeRequireJsModules="{
- 0:'TYPO3/CMS/Backend/ContextMenu',
- 1:'TYPO3/CMS/Backend/Modal',
- 2:'TYPO3/CMS/Beuser/BackendUserListing'
- }"
- />
- <be:moduleLayout.menu identifier="BegriffmgtModalMenu">
- <be:moduleLayout.menuItem label="Liste ChatbotBegriffe" uri="{f:uri.action(controller: 'Dashboard', action: 'index')}"/>
- </be:moduleLayout.menu>
-
- <be:moduleLayout.button.shortcutButton displayName="Add" />
- <div id="begriffe-main-content">
- <f:render section="main" />
- </div>
- </be:moduleLayout>
- </html>
|