This commit is contained in:
Andreas Österreicher
2014-06-10 09:29:46 +00:00
parent d3ead4d68c
commit 8ac37af942
+7 -1
View File
@@ -83,7 +83,13 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
</fo:table-cell>
<fo:table-cell>
<fo:block font-weight="bold" font-family="sans-serif" font-size="12pt" content-width="130mm" text-align="left">
<xsl:value-of select="aktivierungscode" />
<xsl:choose>
<xsl:when test="aktivierungscode=''">Account wurde bereits aktiviert
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="aktivierungscode" />
</xsl:otherwise>
</xsl:choose>
</fo:block>
</fo:table-cell>
</fo:table-row>