DJIN#37776 Aanpassing prints, e-mails en e-mailnotificaties
svn path=/Website/branches/v2016.2/; revision=32769
This commit is contained in:
@@ -849,22 +849,14 @@
|
||||
<xsl:attribute name="cellpadding">2</xsl:attribute>
|
||||
<xsl:attribute name="cellspacing">2</xsl:attribute>
|
||||
<tr><td colspan="4"><hr style="color:#000;height:1px;"/></td></tr>
|
||||
<xsl:if test="$srtnotificatiecode='MLDMAI'">
|
||||
<!--tr>
|
||||
<xsl:if test="not(//opdracht/extra_key) and extra_key">
|
||||
<xsl:variable name="mx_key"><xsl:value-of select="extra_key"/></xsl:variable>
|
||||
<tr>
|
||||
<td width="16%"><b>Notitie:</b></td>
|
||||
<td colspan="3"><xsl:value-of select="$notdat"/><br/><xsl:call-template name="linebreaks"><xsl:with-param name="string" select="$notoms"/></xsl:call-template></td>
|
||||
</tr-->
|
||||
<xsl:for-each select="notes/note">
|
||||
<xsl:sort select="aanmaak/timestamp" order="descending"/>
|
||||
<xsl:if test="position()=1">
|
||||
<tr>
|
||||
<td width="16%"><b>Notitie:</b></td>
|
||||
<td colspan="3"><xsl:value-of select="aanmaak/datum"/> <xsl:value-of select="aanmaak/tijd"/><br/><xsl:call-template name="linebreaks"><xsl:with-param name="string" select="omschrijving"/></xsl:call-template></td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
</xsl:for-each>
|
||||
<td colspan="3"><xsl:value-of select="aanmaak/datum"/> <xsl:value-of select="aanmaak/tijd"/><br/><xsl:call-template name="linebreaks"><xsl:with-param name="string" select="notes/note[key=$mx_key]/omschrijving"/></xsl:call-template></td>
|
||||
</tr>
|
||||
<tr><td colspan="4"><hr style="color:#000;height:1px;"/></td></tr>
|
||||
</xsl:if>
|
||||
</xsl:if>
|
||||
<tr>
|
||||
<td width="16%"><b>Melder:</b></td>
|
||||
<td width="34%"><xsl:value-of select="voor/naam_full"/></td>
|
||||
|
||||
Reference in New Issue
Block a user