Commit 90394f66 authored by jshaikh's avatar jshaikh

Added Remarks Field for mobile


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106253 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6a0b2ac2
......@@ -151,6 +151,12 @@
<xsl:variable name="employee_emp_lname">
<xsl:value-of select="employee_emp_lname" />
</xsl:variable>
<xsl:variable name="remarks">
<xsl:value-of select="remarks" />
</xsl:variable>
<xsl:variable name="wf_status">
<xsl:value-of select="wf_status" />
</xsl:variable>
<TR>
<td class="editDisplayClass" width="50%">
<font face="Times New Roman">
......@@ -196,7 +202,20 @@
</tr>
</TBODY>
</table>
<br></br>
<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>
<br />
......@@ -347,7 +366,7 @@
<xsl:value-of select="eff_from"/>
</font>
</td>
<td class="editDisplayColumnClass" style = "padding: 5px;color:#555;" align="right">
<td class="editDisplayColumnClass " style = "padding: 5px;color:#555;" align="right">
<font face="Times New Roman" size="2">
<xsl:value-of select="valid_upto"/>
</font>
......
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