BCGV#88984 Foto's van de berichten ook in de (default) bon opnemen

svn path=/Website/trunk/; revision=70299
This commit is contained in:
2025-09-12 08:29:02 +00:00
parent cd5badd87d
commit d84d8c719d

View File

@@ -3094,6 +3094,7 @@ END:VCALENDAR
</xsl:template>
<xsl:template match="message" mode="include">
<xsl:variable name="msg_key" select="string(key)"/>
<table border="0" width="100%" cellpadding="2">
<tr>
<td width="20%" class="label"><xsl:value-of select="//lcl/MSG/bericht_van"/></td>
@@ -3116,7 +3117,7 @@ END:VCALENDAR
<tr>
<td colspan="2" class="tekst">
<xsl:call-template name="linebreaks">
<xsl:with-param name="string" select="omschrijving"/>
<xsl:with-param name="string" select="fclt:fclthtml(omschrijving, 'MES', $msg_key)"/>
<xsl:with-param name="escaping" select="'no'"/>
</xsl:call-template>
</td>