Remove feedback form, adjust layout to enable ext:form
This commit is contained in:
@@ -1 +1 @@
|
||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:form_legacy/Configuration/TypoScript/setup.txt">
|
||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:form/Configuration/TypoScript/setup.txt">
|
||||
|
||||
@@ -22,8 +22,6 @@ plugin.tx_epevents {
|
||||
activityListPageUid =
|
||||
# cat=plugin.tx_epevents//a; type=string; label=Inquiry page UID
|
||||
inquiryPageUid =
|
||||
# cat=plugin.tx_epevents//a; type=string; label=Feedback page UID
|
||||
feedbackPageUid =
|
||||
# cat=plugin.tx_epevents//a; type=string; label=Ajax page UID
|
||||
ajaxPageUid =
|
||||
# cat=plugin.tx_epevents//a; type=string; label=Search page UID
|
||||
|
||||
@@ -47,7 +47,6 @@ plugin.tx_epevents {
|
||||
dataProtectionPageUid = {$plugin.tx_epevents.settings.dataProtectionPageUid}
|
||||
legalNoticePageUid = {$plugin.tx_epevents.settings.legalNoticePageUid}
|
||||
termsPageUid = {$plugin.tx_epevents.settings.termsPageUid}
|
||||
feedbackPageUid = {$plugin.tx_epevents.settings.feedbackPageUid}
|
||||
searchLogIgnoreIps = {$plugin.tx_epevents.settings.searchLogIgnoreIps}
|
||||
activityDefaultHeaderImage = {$plugin.tx_epevents.settings.activityDefaultHeaderImage}
|
||||
activityDefaultKeywordsImage = {$plugin.tx_epevents.settings.activityDefaultKeywordsImage}
|
||||
|
||||
+1
-1
@@ -2,6 +2,6 @@
|
||||
xmlns="http://www.w3.org/1999/xhtml"
|
||||
xmlns:f="http://typo3.org/ns/fluid/ViewHelpers">
|
||||
|
||||
<f:render section="Content"/>
|
||||
<f:render section="Main" optional="true"/>
|
||||
|
||||
</html>
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
|
||||
<f:layout name="Default"/>
|
||||
|
||||
<f:section name="Content">
|
||||
<f:section name="Main">
|
||||
<div class="banner {ep:sectionCssClass(sectionValue: data.tx_epevents_configurator_travel_type)}">
|
||||
<div class="banner__content">
|
||||
<span class="banner__title">{data.bodytext -> f:format.nl2br()}</span>
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@
|
||||
|
||||
<f:layout name="Default" />
|
||||
|
||||
<f:section name="Content">
|
||||
<f:section name="Main">
|
||||
<f:render partial="Header/Header" arguments="{
|
||||
header: data.header,
|
||||
subheader: data.subheader,
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
|
||||
<f:layout name="Default"/>
|
||||
|
||||
<f:section name="Content">
|
||||
<f:section name="Main">
|
||||
<f:spaceless>
|
||||
<f:if condition="{image.0.uid}">
|
||||
<f:then>
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
|
||||
<f:layout name="Default"/>
|
||||
|
||||
<f:section name="Content">
|
||||
<f:section name="Main">
|
||||
<f:cObject typoscriptObjectPath="tt_content.list.20.{data.list_type}" data="{data}" />
|
||||
</f:section>
|
||||
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
|
||||
<f:layout name="Default"/>
|
||||
|
||||
<f:section name="Content">
|
||||
<f:section name="Main">
|
||||
<div class="statement {ep:sectionCssClass(sectionValue: data.tx_epevents_configurator_travel_type)}">
|
||||
<div class="statement__inner">
|
||||
{data.bodytext -> v:iterator.explode(glue: 'constant:LF') -> v:variable.set(name: 'items')}
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@
|
||||
|
||||
<f:layout name="Default"/>
|
||||
|
||||
<f:section name="Content">
|
||||
<f:section name="Main">
|
||||
<a class="tile" href="{f:uri.typolink(parameter: data.header_link)}" title="{data.header}">
|
||||
<div class="tile__inner" style="background-image: url({f:uri.image(image: image.0, cropVariant: 'default')})">
|
||||
<div class="tile__caption {ep:sectionCssClass(sectionValue: data.tx_epevents_configurator_travel_type)}">
|
||||
|
||||
@@ -211,12 +211,6 @@
|
||||
<button class="button button--configurator"
|
||||
v-on:click.prevent="submitForm">» jetzt anfragen</button>
|
||||
</div>
|
||||
<f:if condition="{settings.feedbackPageUid}">
|
||||
<div class="form__item form__item--link form__item--mobile">
|
||||
<f:link.typolink class="form__link"
|
||||
parameter="{settings.feedbackPageUid}">Feedback</f:link.typolink>
|
||||
</div>
|
||||
</f:if>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -262,12 +256,6 @@
|
||||
<button class="button button--configurator"
|
||||
v-on:click.prevent="submitForm">» jetzt anfragen</button>
|
||||
</div>
|
||||
<f:if condition="{settings.feedbackPageUid}">
|
||||
<div class="form__item form__item--link form__item--desktop">
|
||||
<f:link.typolink class="form__link"
|
||||
parameter="{settings.feedbackPageUid}">Feedback</f:link.typolink>
|
||||
</div>
|
||||
</f:if>
|
||||
</div>
|
||||
</div>
|
||||
<div class="configurator__overlay" v-show="processing">
|
||||
|
||||
Reference in New Issue
Block a user