Link news detail page when applicable
This commit is contained in:
@@ -3,15 +3,22 @@
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
|
&--default {
|
||||||
|
display: inline-block;
|
||||||
|
background-color: $color-brand-primary;
|
||||||
|
color: white;
|
||||||
|
padding: 4px 16px;
|
||||||
|
}
|
||||||
|
|
||||||
&--page-header {
|
&--page-header {
|
||||||
display: block;
|
display: block;
|
||||||
min-width: 186px;
|
min-width: 186px;
|
||||||
background-color: $color-brand-primary;
|
background-color: $color-brand-primary;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
padding: 0 32px 0 24px;
|
padding: 0 32px 0 24px;
|
||||||
line-height: 80px;
|
line-height: 80px;
|
||||||
box-shadow: 8px 8px 8px rgba(black, 0.2);
|
box-shadow: 8px 8px 8px rgba(black, 0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
&--herounit,
|
&--herounit,
|
||||||
|
|||||||
@@ -364,6 +364,10 @@
|
|||||||
<source>Datum</source>
|
<source>Datum</source>
|
||||||
<target>Date</target>
|
<target>Date</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
<trans-unit id="tx_epevents.label.read_more">
|
||||||
|
<source>Weiterlesen</source>
|
||||||
|
<target>Read more</target>
|
||||||
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
</xliff>
|
</xliff>
|
||||||
|
|||||||
@@ -274,6 +274,9 @@
|
|||||||
<trans-unit id="tx_epevents.label.date">
|
<trans-unit id="tx_epevents.label.date">
|
||||||
<source>Datum</source>
|
<source>Datum</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
<trans-unit id="tx_epevents.label.read_more">
|
||||||
|
<source>Weiterlesen</source>
|
||||||
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
</xliff>
|
</xliff>
|
||||||
|
|||||||
@@ -48,6 +48,11 @@
|
|||||||
</f:else>
|
</f:else>
|
||||||
</f:if>
|
</f:if>
|
||||||
</n:removeMediaTags>
|
</n:removeMediaTags>
|
||||||
|
<f:if condition="{newsItem.bodytext}">
|
||||||
|
<n:link newsItem="{newsItem}" settings="{settings}" title="{newsItem.title}" class="button button--default">
|
||||||
|
<f:translate key="tx_epevents.label.read_more" extensionName="ep_events" />
|
||||||
|
</n:link>
|
||||||
|
</f:if>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user