svn path=/Website/branches/v2018.2/; revision=40366
This commit is contained in:
Daan Brandt
2018-12-31 16:24:00 +00:00
parent 5634e17d6a
commit e95bce959b

View File

@@ -70,6 +70,10 @@
<xsl:when test="$mode='email'"> <xsl:when test="$mode='email'">
<img src="cid:aafm_banner.gif"/> <img src="cid:aafm_banner.gif"/>
</xsl:when> </xsl:when>
<xsl:when test="$cust_id = 'DOW'">
<!--Daan Logo hier nog aanpassen! -->
<xsl:element name="img"><xsl:attribute name="src"><xsl:value-of select="$logo_file"/></xsl:attribute></xsl:element>
</xsl:when>
<xsl:otherwise> <xsl:otherwise>
<xsl:element name="img"><xsl:attribute name="src"><xsl:value-of select="$logo_file"/></xsl:attribute></xsl:element> <xsl:element name="img"><xsl:attribute name="src"><xsl:value-of select="$logo_file"/></xsl:attribute></xsl:element>
</xsl:otherwise> </xsl:otherwise>