|
|
@@ -1,33 +0,0 @@
|
|
|
-<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="Create" />
|
|
|
- <f:render section="List" />
|
|
|
-
|
|
|
-
|
|
|
- <f:render section="Overview" />
|
|
|
- </div>
|
|
|
-
|
|
|
-</be:moduleLayout>
|
|
|
-
|
|
|
-</html>
|
|
|
-
|