Merge branch 'release/2020.02-08'

This commit is contained in:
Björn Fromme
2020-02-10 17:17:03 +01:00
3 changed files with 16 additions and 11 deletions
@@ -1,9 +1,8 @@
{namespace v=FluidTYPO3\Vhs\ViewHelpers} {namespace v=FluidTYPO3\Vhs\ViewHelpers}
<div class="alert alert-info"> <div class="alert alert-info">
Die von Dir gewählte Reise ist aktuell nicht buchbar. Du Die von Dir gewählte Unterkunft ist aktuell nicht buchbar. Du kannst diese aber ggf. gerne vor reservieren, oder wir
kannst diese aber ggf. gerne vor reservieren, oder wir helfen dir, eine andere Unterkunft zu finden. Ruf uns an unter
helfen dir, eine andere Unterkunft zu finden. Ruf uns an <a href="tel:{settings.phoneNumber -> v:format.pregReplace(pattern: '/[\-\s]/', replacement: '')}"
unter <a href="tel:{settings.phoneNumber -> v:format.pregReplace(pattern: '/[\-\s]/', replacement: '')}" title="Service Telefon anrufen" rel="nofollow">{settings.phoneNumber}</a>
title="Service Telefon anrufen" rel="nofollow">{settings.phoneNumber}</a>
oder schreibe an <f:link.email email="[email protected]"/>. oder schreibe an <f:link.email email="[email protected]"/>.
</div> </div>
@@ -8,7 +8,7 @@
<f:for each="{feeds}" as="feed"> <f:for each="{feeds}" as="feed">
<f:if condition="{feed.image} and {feed.message}"> <f:if condition="{feed.image} and {feed.message}">
<div class="col-md-3"> <div class="col-md-3">
<f:link.typolink class="teaserbox teaserbox--social" parameter="{feed.postUrl}" target="_blank" title="{feed.title}"> <div class="teaserbox teaserbox--social">
<div class="teaserbox__image teaserbox__image--social-media" style="background-image: url({feed.image})"> <div class="teaserbox__image teaserbox__image--social-media" style="background-image: url({feed.image})">
<f:switch expression="{feed.configuration.token.socialType}"> <f:switch expression="{feed.configuration.token.socialType}">
<f:case value="1"> <f:case value="1">
@@ -27,8 +27,10 @@
<p>{feed.postDate -> f:format.date(format: 'd.m.Y')} @{feed.configuration.name}</p> <p>{feed.postDate -> f:format.date(format: 'd.m.Y')} @{feed.configuration.name}</p>
<f:format.raw>{feed.decodedMessage -> f:format.crop(maxCharacters: '120') -> pxa:parseMessage(type: feed.configuration.token.type) -> f:format.nl2br()}</f:format.raw> <f:format.raw>{feed.decodedMessage -> f:format.crop(maxCharacters: '120') -> pxa:parseMessage(type: feed.configuration.token.type) -> f:format.nl2br()}</f:format.raw>
</div> </div>
<button class="button button--full teaserbox__button">{f:translate(key: 'tx_eptheme.label.teaserbutton.to_post', extensionName: 'ep_theme')}</button> <f:link.typolink class="teaserbox teaserbox--social" parameter="{feed.postUrl}" target="_blank" title="{feed.title}">
</f:link.typolink> <button class="button button--full teaserbox__button">{f:translate(key: 'tx_eptheme.label.teaserbutton.to_post', extensionName: 'ep_theme')}</button>
</f:link.typolink>
</div>
</div> </div>
</f:if> </f:if>
</f:for> </f:for>
@@ -266,9 +266,13 @@
argument-prefix="{ep:argumentPrefix(pluginName: 'ajax', extensionName: 'epproducts')}" argument-prefix="{ep:argumentPrefix(pluginName: 'ajax', extensionName: 'epproducts')}"
></calendar> ></calendar>
</div> </div>
<f:link.typolink class="button button--full" parameter="{settings.groupsContactFormPageUid}" additionalParams="&ref={currentPageUid}"> <f:if condition="{hotel.groupsPriceConfigs}">
Direkt zum Anfrageformular <f:else>
</f:link.typolink> <f:link.typolink class="button button--full" parameter="{settings.groupsContactFormPageUid}" additionalParams="&ref={currentPageUid}">
Direkt zum Anfrageformular
</f:link.typolink>
</f:else>
</f:if>
</f:if> </f:if>
</f:section> </f:section>