From fcb6960e69c5ee948cd66aafdb9ec1f3c3c05400 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Tue, 17 Sep 2019 09:40:59 +0200 Subject: [PATCH] Extend page layout/template --- .../Mod/WebLayout/BackendLayouts.tsconfig | 18 +++++++++++++++++- .../Private/Layouts/Page/SubpageEpEvents.html | 6 ++++-- .../Templates/Page/SubpageEpEvents.html | 14 ++++++++++++++ 3 files changed, 35 insertions(+), 3 deletions(-) diff --git a/public/typo3conf/ext/ep_events/Configuration/PageTS/Mod/WebLayout/BackendLayouts.tsconfig b/public/typo3conf/ext/ep_events/Configuration/PageTS/Mod/WebLayout/BackendLayouts.tsconfig index 9061c2ab..7ba53099 100644 --- a/public/typo3conf/ext/ep_events/Configuration/PageTS/Mod/WebLayout/BackendLayouts.tsconfig +++ b/public/typo3conf/ext/ep_events/Configuration/PageTS/Mod/WebLayout/BackendLayouts.tsconfig @@ -67,7 +67,7 @@ mod { config { backend_layout { colCount = 1 - rowCount = 2 + rowCount = 4 rows { 1 { columns { @@ -85,6 +85,22 @@ mod { } } } + 3 { + columns { + 1 { + name = Content volle Breite + colPos = 4 + } + } + } + 4 { + columns { + 1 { + name = Content + colPos = 2 + } + } + } } } } diff --git a/public/typo3conf/ext/ep_events/Resources/Private/Layouts/Page/SubpageEpEvents.html b/public/typo3conf/ext/ep_events/Resources/Private/Layouts/Page/SubpageEpEvents.html index 5af5621e..fa7426a4 100644 --- a/public/typo3conf/ext/ep_events/Resources/Private/Layouts/Page/SubpageEpEvents.html +++ b/public/typo3conf/ext/ep_events/Resources/Private/Layouts/Page/SubpageEpEvents.html @@ -9,12 +9,11 @@
+
- -
+ + +
diff --git a/public/typo3conf/ext/ep_events/Resources/Private/Templates/Page/SubpageEpEvents.html b/public/typo3conf/ext/ep_events/Resources/Private/Templates/Page/SubpageEpEvents.html index 61f5bedb..a5c6f493 100644 --- a/public/typo3conf/ext/ep_events/Resources/Private/Templates/Page/SubpageEpEvents.html +++ b/public/typo3conf/ext/ep_events/Resources/Private/Templates/Page/SubpageEpEvents.html @@ -13,4 +13,18 @@ + + + + + + +
+
+ +
+
+
+
+