Skip to content
Snippets Groups Projects
Commit 1302e7a8 authored by Torsten Oppermann's avatar Torsten Oppermann
Browse files

[TASK] Respect applyByX settings in the frontend

parent e61d7a77
No related branches found
No related tags found
No related merge requests found
......@@ -55,25 +55,30 @@
<f:format.html parseFuncTSPath="lib.parseFunc_RTE">{job.description}</f:format.html>
</f:if>
<f:if condition="{job.contact.email}">
<h3><f:translate key="frontend.email" /></h3>
<p>
{job.contact.email}
</p>
<f:if condition="{job.applyByEmail}">
<f:if condition="{job.contact.email}">
<h3><f:translate key="frontend.email" /></h3>
<p>
{job.contact.email}
</p>
</f:if>
</f:if>
<f:if condition="{job.contact.email} && !{job.contact.hideInFrontend}">
<h3><f:translate key="frontend.apply_by_mail" /></h3>
<p>
{job.company.name}
<br>
{job.contact.title} {job.contact.firstName} {job.contact.lastName}<br>
{job.company.street}
<br>
{job.company.city}
<br>
{job.contact.email}<br>
{job.contact.phone}
</p>
<f:if condition="{job.applyByPostal}">
<f:if condition="{job.contact.email} && !{job.contact.hideInFrontend}">
<h3><f:translate key="frontend.apply_by_mail" /></h3>
<p>
{job.company.name}
<br>
{job.contact.title} {job.contact.firstName} {job.contact.lastName}<br>
{job.company.street}
<br>
{job.company.city}
<br>
{job.contact.email}<br>
{job.contact.phone}
</p>
</f:if>
</f:if>
</div>
<div class="sg-jobs-job-footer">
......
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