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 @@ ...@@ -426,6 +426,10 @@
<source><![CDATA[<b>Location:</b>]]></source> <source><![CDATA[<b>Location:</b>]]></source>
<target><![CDATA[<b>Standort:</b>]]></target> <target><![CDATA[<b>Standort:</b>]]></target>
</trans-unit> </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"> <trans-unit id="frontend.organisation" approved="yes">
<source><![CDATA[Organisation]]></source> <source><![CDATA[Organisation]]></source>
<target><![CDATA[Organisation]]></target> <target><![CDATA[Organisation]]></target>
...@@ -448,4 +452,4 @@ ...@@ -448,4 +452,4 @@
</trans-unit> </trans-unit>
</body> </body>
</file> </file>
</xliff> </xliff>
\ No newline at end of file
...@@ -321,6 +321,9 @@ ...@@ -321,6 +321,9 @@
<trans-unit id="frontend.locationLabel"> <trans-unit id="frontend.locationLabel">
<source><![CDATA[<b>Location:</b>]]></source> <source><![CDATA[<b>Location:</b>]]></source>
</trans-unit> </trans-unit>
<trans-unit id="frontend.locationCountLabel">
<source><![CDATA[Locations]]></source>
</trans-unit>
<trans-unit id="frontend.organisation"> <trans-unit id="frontend.organisation">
<source><![CDATA[Organisation]]></source> <source><![CDATA[Organisation]]></source>
</trans-unit> </trans-unit>
...@@ -338,4 +341,4 @@ ...@@ -338,4 +341,4 @@
</trans-unit> </trans-unit>
</body> </body>
</file> </file>
</xliff> </xliff>
\ No newline at end of file
...@@ -27,13 +27,13 @@ ...@@ -27,13 +27,13 @@
</f:if> </f:if>
</li> </li>
<li> <li>
<f:if condition="{job.location} && !{job.telecommutePossible}"> <f:if condition="!{job.telecommutePossible}">
<f:then> <f:then>
<f:format.raw><f:translate key="frontend.locationLabel"/></f:format.raw> <f:format.raw><f:translate key="frontend.locationLabel"/></f:format.raw><br>
{job.location} {job.companies -> f:count()}&nbsp;<f:translate key="frontend.locationCountLabel"/>
</f:then> </f:then>
<f:else> <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:else>
</f:if> </f:if>
</li> </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