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}
<div class="alert alert-info">
Die von Dir gewählte Reise ist aktuell nicht buchbar. Du
kannst diese aber ggf. gerne vor reservieren, oder wir
helfen dir, eine andere Unterkunft zu finden. Ruf uns an
unter <a href="tel:{settings.phoneNumber -> v:format.pregReplace(pattern: '/[\-\s]/', replacement: '')}"
title="Service Telefon anrufen" rel="nofollow">{settings.phoneNumber}</a>
Die von Dir gewählte Unterkunft ist aktuell nicht buchbar. Du kannst diese aber ggf. gerne vor reservieren, oder wir
helfen dir, eine andere Unterkunft zu finden. Ruf uns an unter
<a href="tel:{settings.phoneNumber -> v:format.pregReplace(pattern: '/[\-\s]/', replacement: '')}"
title="Service Telefon anrufen" rel="nofollow">{settings.phoneNumber}</a>
oder schreibe an <f:link.email email="[email protected]"/>.
</div>
@@ -8,7 +8,7 @@
<f:for each="{feeds}" as="feed">
<f:if condition="{feed.image} and {feed.message}">
<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})">
<f:switch expression="{feed.configuration.token.socialType}">
<f:case value="1">
@@ -27,8 +27,10 @@
<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>
</div>
<button class="button button--full teaserbox__button">{f:translate(key: 'tx_eptheme.label.teaserbutton.to_post', extensionName: 'ep_theme')}</button>
</f:link.typolink>
<f:link.typolink class="teaserbox teaserbox--social" parameter="{feed.postUrl}" target="_blank" title="{feed.title}">
<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>
</f:if>
</f:for>
@@ -266,9 +266,13 @@
argument-prefix="{ep:argumentPrefix(pluginName: 'ajax', extensionName: 'epproducts')}"
></calendar>
</div>
<f:link.typolink class="button button--full" parameter="{settings.groupsContactFormPageUid}" additionalParams="&ref={currentPageUid}">
Direkt zum Anfrageformular
</f:link.typolink>
<f:if condition="{hotel.groupsPriceConfigs}">
<f:else>
<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:section>