Commit 4530a165 authored by jshaikh's avatar jshaikh

Changes of remarks field


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@43939 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d0998f43
......@@ -166,18 +166,41 @@
</tr>
</TBODY>
</table>
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<!--<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tbody>
<xsl:variable name="dbID"><xsl:value-of select="@dbID" /></xsl:variable>
<tr>
<td class="editDisplayRemarkClass" style = "padding: 5px;" colspan = "8">
<font face="Times New Roman">
<font size="3">Remarks: <INPUT TYPE="text" style="width: 89%;" ID="Detail1.{normalize-space($dbID)}.remarks" NAME="Detail1.{normalize-space($dbID)}.remarks" ISCHANGED="false" onfocus="gotFocus(this)" onblur="gotBlur(this);maxChar(this,120)" value="{remarks}" isReq="false" size="100%" SRVCALLONCHANGE="false" /></font>
<font size="3">Remarks:
<INPUT TYPE="text" style="width: 89%;" ID="Detail1.{normalize-space($dbID)}.remarks" NAME="Detail1.{normalize-space($dbID)}.remarks" ISCHANGED="false" onfocus="gotFocus(this)" onblur="gotBlur(this);maxChar(this,120)" value="{remarks}" isReq="false" size="100%" SRVCALLONCHANGE="false" />
</font>
<xsl:choose>
<xsl:when test="//Detail1/UPDATE_FLAG = 'Y'">
<xsl:choose>
<xsl:when test="//WRKFLW_REMARKS/REMARKS_LINE_NO_1 != 'null' ">
<xsl:value-of select= "//WRKFLW_REMARKS/REMARKS_LINE_NO_1"/>
</xsl:when>
</xsl:choose>
<xsl:choose>
<xsl:when test="//WRKFLW_REMARKS/REMARKS_LINE_NO_2 != 'null' ">
<xsl:value-of select= "//WRKFLW_REMARKS/REMARKS_LINE_NO_1"/>
<xsl:value-of select= "//WRKFLW_REMARKS/REMARKS_LINE_NO_2"/>
</xsl:when>
</xsl:choose>
</xsl:when>
</xsl:choose>
</font>
</td>
</tr>
</tbody>
</table>
</table>-->
</xsl:for-each>
</form>
</body>
......
......@@ -164,7 +164,7 @@
</tr>
</TBODY>
</table>
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<!--<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tbody>
<xsl:variable name="dbID"><xsl:value-of select="@dbID" /></xsl:variable>
<tr>
......@@ -175,7 +175,7 @@
</td>
</tr>
</tbody>
</table>
</table>-->
</xsl:for-each>
</form>
</body>
......
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