Skip to content
Snippets Groups Projects
Commit 8e5bb8dd authored by Matthias Adrowski's avatar Matthias Adrowski
Browse files

[TASK] Update Listview

parent e46e5507
No related branches found
No related tags found
1 merge request!35Feature upgrade to typo3 11
......@@ -426,6 +426,10 @@
<source><![CDATA[<b>Location:</b>]]></source>
<target><![CDATA[<b>Standort:</b>]]></target>
</trans-unit>
<trans-unit id="frontend.locationCountLabel">
<source><![CDATA[<b>Locations</b>]]></source>
<target><![CDATA[Standorte]]></target>
</trans-unit>
<trans-unit id="frontend.organisation" approved="yes">
<source><![CDATA[Organisation]]></source>
<target><![CDATA[Organisation]]></target>
......@@ -448,4 +452,4 @@
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
</xliff>
......@@ -321,6 +321,9 @@
<trans-unit id="frontend.locationLabel">
<source><![CDATA[<b>Location:</b>]]></source>
</trans-unit>
<trans-unit id="frontend.locationCountLabel">
<source><![CDATA[Locations]]></source>
</trans-unit>
<trans-unit id="frontend.organisation">
<source><![CDATA[Organisation]]></source>
</trans-unit>
......@@ -338,4 +341,4 @@
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
</xliff>
......@@ -27,13 +27,13 @@
</f:if>
</li>
<li>
<f:if condition="{job.location} && !{job.telecommutePossible}">
<f:if condition="!{job.telecommutePossible}">
<f:then>
<f:format.raw><f:translate key="frontend.locationLabel"/></f:format.raw>
{job.location}
<f:format.raw><f:translate key="frontend.locationLabel"/></f:format.raw><br>
{job.companies -> f:count()}&nbsp;<f:translate key="frontend.locationCountLabel"/>
</f:then>
<f:else>
<f:format.raw><f:translate key="frontend.jobLocationRemote" /></f:format.raw>
<f:format.raw><f:translate key="frontend.jobLocationRemote"/></f:format.raw>
</f:else>
</f:if>
</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment