PZEE#84672: Notitie ontbreekt in mail vanuit objecten en wordt niet gelogd.
svn path=/Website/branches/v2024.2/; revision=65584
This commit is contained in:
@@ -4474,6 +4474,25 @@ END:VCALENDAR
|
||||
</xsl:element>
|
||||
</td>
|
||||
</tr>
|
||||
<xsl:if test="extra_key">
|
||||
<xsl:variable name="dx_key"><xsl:value-of select="extra_key"/></xsl:variable>
|
||||
<tr>
|
||||
<td align="right" valign="top" style="padding-top:15px;padding-bottom:10px;">
|
||||
<b><xsl:value-of select="//lcl/FAC/bericht"/></b>
|
||||
</td>
|
||||
<td colspan="5" style="padding-top:15px;padding-bottom:10px;">
|
||||
<xsl:call-template name="linebreaks">
|
||||
<xsl:with-param name="escaping" select="'no'"/>
|
||||
<xsl:with-param name="string" select="fclt:fclthtml(notes/note[key=$dx_key]/omschrijving)"/>
|
||||
</xsl:call-template>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="6" style="padding-bottom:15px;">
|
||||
<hr/>
|
||||
</td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
<tr>
|
||||
<td class="label" width="20%"><xsl:value-of select="//lcl/CNT/groep"/></td>
|
||||
<td class="value" colspan="2"><xsl:value-of select="srtdeel/srtgroep/discipline/omschrijving"/>/<xsl:value-of select="srtdeel/srtgroep/omschrijving"/></td>
|
||||
|
||||
Reference in New Issue
Block a user