Commit 1e23e3a0 authored by jshaikh's avatar jshaikh

Removed remarks field


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@105754 ce508802-f39f-4f6c-b175-0d175dae99d5
parent db45388f
...@@ -164,18 +164,7 @@ ...@@ -164,18 +164,7 @@
</tr> </tr>
</TBODY> </TBODY>
</table> </table>
<!--<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>
</td>
</tr>
</tbody>
</table>-->
</xsl:for-each> </xsl:for-each>
</form> </form>
</body> </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