svn path=/Website/branches/v2018.2/; revision=40003
This commit is contained in:
Daan Brandt
2018-11-28 13:24:42 +00:00
parent ea0563a751
commit 82fde84c70

View File

@@ -411,31 +411,10 @@
<td align="right" width="16%">
<b>Emailadres:</b>
</td>
<xsl:choose>
<xsl:when test="$custId = 'PCHW' or $custId = 'PCHA'">
<td align="left" width="34%">
<xsl:value-of select="backoffice_contact/email"/>
</td>
</xsl:when>
<xsl:otherwise>
<td align="left" width="34%">
<xsl:choose>
<xsl:when test="melding/voor/afdeling//bedrijf/naam = 'Extern'">
<a href="mailto:servicedesk@pch-dienstengroep.nl">servicedesk@pch-dienstengroep.nl</a>
</xsl:when>
<xsl:otherwise>
<xsl:element name="a">
<xsl:attribute name="href">
<xsl:text>mailto:</xsl:text>
<xsl:value-of select="melding/voor/email"/>
</xsl:attribute>
<xsl:value-of select="melding/voor/email"/>
</xsl:element>
</xsl:otherwise>
</xsl:choose>
</td>
</xsl:otherwise>
</xsl:choose>
</tr>
</xsl:if>