UWVA#37570 notities op meldingbon tonen igv MLDFWD
svn path=/Website/branches/v2016.2/; revision=30989
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<xsl:variable name="lcletters">abcdefghijklmnopqrstuvwxyz</xsl:variable>
|
||||
<xsl:variable name="ucletters">ABCDEFGHIJKLMNOPQRSTUVWXYZ</xsl:variable>
|
||||
|
||||
<xsl:variable name="Xsrtnotificatiecode">CUST21</xsl:variable>
|
||||
<xsl:variable name="Xsrtnotificatiecode">MLDFWD</xsl:variable>
|
||||
|
||||
<xsl:template name="adres">
|
||||
<tr>
|
||||
@@ -1116,13 +1116,41 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="label">Omschrijving</td>
|
||||
<td class="value">:
|
||||
<td class="label" style="padding-bottom:10px;">Omschrijving</td>
|
||||
<td class="value" style="padding-bottom:10px;">:
|
||||
<xsl:call-template name="linebreaks">
|
||||
<xsl:with-param name="string" select="omschrijving"/>
|
||||
</xsl:call-template>
|
||||
</td>
|
||||
</tr>
|
||||
<xsl:if test="$srtnotificatiecode = 'MLDFWD' and not(/facilitor/opdracht)">
|
||||
<xsl:for-each select="notes/note[flag=1]">
|
||||
<xsl:sort select="aanmaak/timestamp" order="ascending"/>
|
||||
<tr>
|
||||
<xsl:choose>
|
||||
<xsl:when test="position() = 1">
|
||||
<td align="right" valign="top" class="label">
|
||||
<xsl:value-of select="//lcl/MLD/behandeling"/>
|
||||
</td>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<td/>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
<td colspan="3" class="value">
|
||||
<span>
|
||||
<xsl:choose>
|
||||
<xsl:when test="position() = 1">: </xsl:when>
|
||||
<xsl:otherwise>  </xsl:otherwise>
|
||||
</xsl:choose><xsl:value-of select="aanmaak/datum"/> <xsl:value-of select="aanmaak/tijd"/> - <xsl:value-of select="noteur/naam_friendly"/>
|
||||
</span> 
|
||||
<xsl:call-template name="linebreaks">
|
||||
<xsl:with-param name="string" select="omschrijving"/>
|
||||
</xsl:call-template>
|
||||
</td>
|
||||
</tr>
|
||||
</xsl:for-each>
|
||||
</xsl:if>
|
||||
<xsl:if test="opmerking!=''">
|
||||
<tr>
|
||||
<td class="label">Status</td>
|
||||
|
||||
Reference in New Issue
Block a user