Commit 4d906dae authored by wansari's avatar wansari

D14IKAT004 updated item wise error description


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97502 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1b0f7a61
......@@ -259,6 +259,8 @@
<xsl:variable name="type"><xsl:value-of select="type"/></xsl:variable>
<xsl:variable name="dbID"><xsl:value-of select="@domId"/></xsl:variable>
<xsl:variable name="column_name"><xsl:value-of select="@column_name"/></xsl:variable>
<xsl:variable name="trace"><xsl:value-of select="trace"/></xsl:variable>
<tr>
<xsl:if test="position() = 1">
<td class="td_leftAlign" nowrap="true" valign="bottom" width="20%">
......@@ -267,6 +269,9 @@
<td class="td_leftAlign" nowrap="true" valign="bottom" width="40%">
Description : <xsl:value-of select="description"/>
</td>
<td class="td_leftAlign" nowrap="true" valign="bottom" width="40%">
Trace : <xsl:value-of select="trace"/>
</td>
</xsl:if>
<xsl:if test="$type = 'W'">
<td class="td_leftAlign" nowrap="true" valign="bottom" width="20%">
......@@ -275,6 +280,8 @@
</td>
</xsl:if>
</tr>
<tr>
</tr>
</xsl:for-each>
</table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment