diff --git a/composer.lock b/composer.lock index 28c02fd9..f44b53ee 100644 --- a/composer.lock +++ b/composer.lock @@ -4981,16 +4981,16 @@ }, { "name": "typo3fluid/fluid", - "version": "2.6.3", + "version": "2.6.4", "source": { "type": "git", "url": "https://github.com/TYPO3/Fluid.git", - "reference": "7e80658487eed78a7b67ac79e534ef76400a7d87" + "reference": "75a3a58c2ee1edf1c3b5c0d5bc815e9252afba80" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/Fluid/zipball/7e80658487eed78a7b67ac79e534ef76400a7d87", - "reference": "7e80658487eed78a7b67ac79e534ef76400a7d87", + "url": "https://api.github.com/repos/TYPO3/Fluid/zipball/75a3a58c2ee1edf1c3b5c0d5bc815e9252afba80", + "reference": "75a3a58c2ee1edf1c3b5c0d5bc815e9252afba80", "shasum": "" }, "require": { @@ -5016,7 +5016,7 @@ "LGPL-3.0-or-later" ], "description": "The TYPO3 Fluid template rendering engine", - "time": "2019-09-12T11:36:15+00:00" + "time": "2019-09-13T09:38:15+00:00" }, { "name": "wazum/pagetree-resizable", 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 @@ + + + + + + +
+
+ +
+
+
+
+ diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_base.scss b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_base.scss index 3079eaa1..045e3c50 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_base.scss +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_base.scss @@ -51,6 +51,10 @@ a { } } +s { + opacity: 0.75; +} + // Block elements ul { padding: 0 0 0 18px; diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_tables.scss b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_tables.scss index 0037a99b..21d815ff 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_tables.scss +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_tables.scss @@ -29,7 +29,8 @@ } & .pricetable__section td { - background-color: $color-grey-lighter; + background-color: $color-brand-primary; + color: white; line-height: 32px; } } diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/AjaxTable/EventPricetable.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/AjaxTable/EventPricetable.html index 06a30ac1..1c7d3866 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/AjaxTable/EventPricetable.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/AjaxTable/EventPricetable.html @@ -7,7 +7,7 @@
- +