diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Teaser/OneColumn.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Teaser/OneColumn.html index 857209f5..90a362dd 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Teaser/OneColumn.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Teaser/OneColumn.html @@ -1,40 +1,30 @@ - - - - - - - - - - - - - - - - - -
- - - - -
-
- {data.header -> f:format.nl2br()}{f:if(condition: data.subheader, then: '
{data.subheader}')}
-
- {data.bodytext -> f:format.html()} -
- + +
+ + + + +
+
+ + {data.header -> f:format.nl2br()}{f:if(condition: data.subheader, then: '
{data.subheader}')} +
+
+ {data.bodytext -> f:format.html()} +
+ +
diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Teaser/TwoColumn.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Teaser/TwoColumn.html index 551ac8f4..2f9c85f5 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Teaser/TwoColumn.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Teaser/TwoColumn.html @@ -3,35 +3,23 @@ xmlns:v="http://typo3.org/ns/FluidTYPO3/Vhs/ViewHelpers" xmlns:f="http://typo3.org/ns/fluid/ViewHelpers"> - - - - - - - - - - - - - - - - - - - -
- -
-
- {data.header -> f:format.nl2br()}{f:if(condition: data.subheader, then: '
{data.subheader}')}
-
- {data.bodytext -> f:format.html()} -
- + +
+ +
+
+ + {data.header -> f:format.nl2br()}{f:if(condition: data.subheader, then: '
{data.subheader}')} +
+
+ {data.bodytext -> f:format.html()} +
+ +