DJIN#37776 Aanpassing prints, e-mails en e-mailnotificaties
svn path=/Website/branches/v2016.2/; revision=32788
This commit is contained in:
@@ -853,7 +853,7 @@
|
||||
<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="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>
|
||||
<td colspan="3"><xsl:value-of select="notes/note[key=$mx_key]/aanmaak/datum"/> <xsl:value-of select="notes/note[key=$mx_key]/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>
|
||||
@@ -1019,6 +1019,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="extra_key">
|
||||
<xsl:variable name="ox_key"><xsl:value-of select="extra_key"/></xsl:variable>
|
||||
<tr>
|
||||
<td width="16%"><b>Notitie:</b></td>
|
||||
<td colspan="3"><xsl:value-of select="notes/note[key=$ox_key]/aanmaak/datum"/> <xsl:value-of select="notes/note[key=$ox_key]/aanmaak/tijd"/><br/><xsl:call-template name="linebreaks"><xsl:with-param name="string" select="notes/note[key=$ox_key]/omschrijving"/></xsl:call-template></td>
|
||||
</tr>
|
||||
<tr><td colspan="4"><hr style="color:#000;height:1px;"/></td></tr>
|
||||
</xsl:if>
|
||||
<xsl:if test="omschrijving!=''">
|
||||
<tr>
|
||||
<td width="16%"><b>Omschrijving:</b></td>
|
||||
|
||||
Reference in New Issue
Block a user