Commit 455f101d authored by arawankar's avatar arawankar

Added xsl file for misc_autopay xsl file.

1.Changes related to make pay_amt,cheque_no and tran_date fields are editable
2.Change tran date label from misc pay tran date to transaction date

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@182215 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 203bd278
......@@ -68,11 +68,22 @@
</xsl:choose></NOBR>
</TD>
<TD id='td_misc_payables_tran_date{@domID}' NAME="misc_payables_tran_date" fontCase="any" align="LEFT" TABINDEX="10" TABORDER="10" style="width:148;visibility:visible;">
<TD id='td_misc_payables_tran_date{@domID}' NAME="misc_payables_tran_date" fontCase="any" align="LEFT" TABINDEX="10" TABORDER="10" protect = '1' style="width:148;visibility:visible;">
<NOBR>
<INPUT class='trEditInputClass' id='misc_payables_tran_date{@domID}' value='{misc_payables_tran_date}' type='text' label='null' NAME="misc_payables_tran_date" fontCase="any" align="LEFT" TABINDEX="10" TABORDER="10" protect = '1' domId="{@domID}" ISCHANGED="false" onBlur="validateFld(this)" onFocus="gotFocus(this,'brow2')" style="visibility:hidden;width:148;visibility:visible;;TYPE:date;text-align:LEFT" size='148' title="Please enter a value." coltype="date">
<xsl:choose><xsl:when test="misc_payables_tran_date/@visible='1'">
<xsl:choose><xsl:when test="misc_payables_tran_date/@protect='1'">
<INPUT class='trEditInputClass' id='misc_payables_tran_date{@domID}' value='{misc_payables_tran_date}' type='text' readOnly='true' label='null' NAME="misc_payables_tran_date" fontCase="any" align="LEFT" TABINDEX="10" TABORDER="10" protect = '1' domId="{@domID}" ISCHANGED="false" onBlur="validateFld(this)" onFocus="gotFocus(this,'brow2')" REQUIRED='YES' style="visibility:hidden;width:148;visibility:visible;;TYPE:date;text-align:LEFT" size='148' title="Please enter a value." coltype="date">
</INPUT>
</NOBR>
</xsl:when>
<xsl:otherwise>
<INPUT class='trEditInputClass' id='misc_payables_tran_date{@domID}' value='{misc_payables_tran_date}' type='text' NAME="misc_payables_tran_date" fontCase="any" align="LEFT" TABINDEX="10" TABORDER="10" protect = '1' domId="{@domID}" ISCHANGED="false" onBlur="validateFld(this)" onFocus="gotFocus(this,'brow2')" style="width:148;visibility:visible;;TYPE:date;text-align:LEFT" size='148' title="Please enter a value." coltype="date">
</INPUT>
</xsl:otherwise>
</xsl:choose></xsl:when>
<xsl:otherwise>
<xsl:value-of select='misc_payables_tran_date'/>
</xsl:otherwise>
</xsl:choose></NOBR>
</TD>
<TD id='td_ref_date{@domID}' NAME="ref_date" fontCase="any" align="LEFT" TABINDEX="32766" TABORDER="32766" protect = '1' style="width:67;visibility:visible;">
......
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