Adopt changes in region detail page headlines
This commit is contained in:
@@ -54,13 +54,13 @@
|
|||||||
<f:if condition="{bars}">
|
<f:if condition="{bars}">
|
||||||
<f:then>
|
<f:then>
|
||||||
<div class="headerbar">
|
<div class="headerbar">
|
||||||
{f:if(condition: '{region.season} == "w"', then: 'Skipass', else: 'Highlights')}
|
{f:if(condition: '{region.season} == "w"', then: 'Skipass', else: 'Highlights')} {region.name}
|
||||||
</div>
|
</div>
|
||||||
</f:then>
|
</f:then>
|
||||||
<f:else>
|
<f:else>
|
||||||
<h2>
|
<h3>
|
||||||
{f:if(condition: '{region.season} == "w"', then: 'Skipass', else: 'Highlights')}
|
{f:if(condition: '{region.season} == "w"', then: 'Skipass', else: 'Highlights')} {region.name}
|
||||||
</h2>
|
</h3>
|
||||||
</f:else>
|
</f:else>
|
||||||
</f:if>
|
</f:if>
|
||||||
<f:if condition="{region.skiPass}">
|
<f:if condition="{region.skiPass}">
|
||||||
@@ -77,12 +77,12 @@
|
|||||||
<f:if condition="{bars}">
|
<f:if condition="{bars}">
|
||||||
<f:then>
|
<f:then>
|
||||||
<div class="headerbar">
|
<div class="headerbar">
|
||||||
Aktuell
|
Aktuelles {region.name}
|
||||||
</div>
|
</div>
|
||||||
</f:then>
|
</f:then>
|
||||||
<f:else>
|
<f:else>
|
||||||
<h2>
|
<h2>
|
||||||
Aktuell
|
Aktuelles {region.name}
|
||||||
</h2>
|
</h2>
|
||||||
</f:else>
|
</f:else>
|
||||||
</f:if>
|
</f:if>
|
||||||
|
|||||||
Reference in New Issue
Block a user