Merge branch 'develop'
This commit is contained in:
@@ -4,6 +4,8 @@ plugin.tx_epevents {
|
||||
helperNavPid =
|
||||
# cat=plugin.tx_epevents//a; type=string; label=Footer navigation PID
|
||||
footerNavPid =
|
||||
# cat=plugin.tx_epevents//a; type=string; label=Covid-19 page UID
|
||||
covid19PageUid =
|
||||
# cat=plugin.tx_epevents//a; type=string; label=Contact page UID
|
||||
contactPageUid =
|
||||
# cat=plugin.tx_epevents//a; type=string; label=Configurator page UID
|
||||
|
||||
@@ -33,6 +33,7 @@ plugin.tx_epevents {
|
||||
helperNavPid = {$plugin.tx_epevents.settings.helperNavPid}
|
||||
footerNavPid = {$plugin.tx_epevents.settings.footerNavPid}
|
||||
contactPageUid = {$plugin.tx_epevents.settings.contactPageUid}
|
||||
covid19PageUid = {$plugin.tx_epevents.settings.covid19PageUid}
|
||||
configuratorPageUid = {$plugin.tx_epevents.settings.configuratorPageUid}
|
||||
inquiryPageUid = {$plugin.tx_epevents.settings.inquiryPageUid}
|
||||
ajaxPageUid = {$plugin.tx_epevents.settings.ajaxPageUid}
|
||||
|
||||
@@ -262,9 +262,15 @@
|
||||
<trans-unit id="tx_epevents.label.special_moments">
|
||||
<target><![CDATA[Weil besondere Momente<br>nicht von der Stange kommen.]]></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tx_epevents.label.plan_with_us">
|
||||
<trans-unit id="tx_epevents.label.plan_with_us.backup">
|
||||
<target><![CDATA[Planen Sie mit uns Ihre<br>individuelle Veranstaltung.]]></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tx_epevents.label.plan_with_us">
|
||||
<target><![CDATA[Möglichkeiten für Ihre Veranstaltung<br>in Zeiten von Covid-19]]></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tx_epevents.label.more_details">
|
||||
<target>Weitere Infos</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tx_epevents.label.print_page">
|
||||
<target>Seite drucken</target>
|
||||
</trans-unit>
|
||||
|
||||
@@ -262,9 +262,15 @@
|
||||
<trans-unit id="tx_epevents.label.special_moments">
|
||||
<source><![CDATA[Because those special moments<br>don't come off the rack.]]></source>
|
||||
</trans-unit>
|
||||
<trans-unit id="tx_epevents.label.plan_with_us">
|
||||
<trans-unit id="tx_epevents.label.plan_with_us.backup">
|
||||
<source><![CDATA[Plan your<br>individual event with us.]]></source>
|
||||
</trans-unit>
|
||||
<trans-unit id="tx_epevents.label.plan_with_us">
|
||||
<source><![CDATA[Possibilities for your event<br>in times of Covid-19.]]></source>
|
||||
</trans-unit>
|
||||
<trans-unit id="tx_epevents.label.more_details">
|
||||
<source>More details</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="tx_epevents.label.print_page">
|
||||
<source>Print this page</source>
|
||||
</trans-unit>
|
||||
|
||||
@@ -18,8 +18,13 @@
|
||||
<svg class="herounit__button__form" preserveAspectRatio="xMinYMid" viewBox="0 0 12 48">
|
||||
<polygon points="12,0 12,48 0,48"></polygon>
|
||||
</svg>
|
||||
<a class="button button--herounit" href="#configurator" @click.prevent="scrollTo('#configurator')">
|
||||
» {f:translate(key: 'tx_epevents.label.inquire_now', extensionName: 'ep_events') -> f:format.raw()}
|
||||
<f:comment>
|
||||
<a class="button button--herounit" href="#configurator" @click.prevent="scrollTo('#configurator')">
|
||||
» {f:translate(key: 'tx_epevents.label.inquire_now', extensionName: 'ep_events') -> f:format.raw()}
|
||||
</a>
|
||||
</f:comment>
|
||||
<a class="button button--herounit" href="{f:uri.typolink(parameter: settings.covid19PageUid)}">
|
||||
» {f:translate(key: 'tx_epevents.label.more_details', extensionName: 'ep_events') -> f:format.raw()}
|
||||
</a>
|
||||
<svg class="herounit__button__form" preserveAspectRatio="xMinYMid" viewBox="0 0 12 48">
|
||||
<polygon points="0,0 12,0 0,48"></polygon>
|
||||
|
||||
Reference in New Issue
Block a user