-
svn path=/Website/branches/v2018.2/; revision=40003
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user