Commit 4278ebfa authored by wansari's avatar wansari

D14IKAT004 updated checkbox hided


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97518 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 57d16a6e
......@@ -17,7 +17,7 @@
<link href="/ibase/webitm/css/DD/jquery-ui-1.10.4.custom.min.css" rel="stylesheet"/>
<script type="text/javascript" src="/ibase/webitm/js/jquery-ui-1.10.4.custom.min.js"></script>
<script>
<script language="JavaScript" type="text/javascript">
<![CDATA[
$(function()
{
......@@ -123,10 +123,12 @@
<td>
<xsl:choose>
<xsl:when test="$chkbox ='Y'">
<input type="checkbox" name="Detail3.{normalize-space($dbID)}.selectbox" id="Detail3.{normalize-space($dbID)}.selectbox" checked='true' value="true" onClick="setChecked(this)"/>
<input type="checkbox" name="Detail3.{normalize-space($dbID)}.selectbox"
id="Detail3.{normalize-space($dbID)}.selectbox" checked='true' value="true" style="display:none;" onClick="return false;"/>
</xsl:when>
<xsl:otherwise>
<input type="checkbox" name="Detail3.{normalize-space($dbID)}.selectbox" id="Detail3.{normalize-space($dbID)}.selectbox" value="false" onClick="setChecked(this)"/>
<input type="checkbox" name="Detail3.{normalize-space($dbID)}.selectbox"
id="Detail3.{normalize-space($dbID)}.selectbox" value="false" onClick="return false;"/>
</xsl:otherwise>
</xsl:choose>
</td>
......@@ -230,7 +232,9 @@
id="Detail3.{normalize-space($dbID)}.adj_qty" maxlength="10"/>
<input type="hidden" class="editInputClass" value="{$quantity__fc}" name="Detail3.{normalize-space($dbID)}.quantity__fc"
id="Detail3.{normalize-space($dbID)}.quantity__fc" maxlength="10"/>
</tr>
</xsl:for-each>
</tbody>
</table>
......@@ -244,7 +248,7 @@
<input type="hidden" value="2:MP" name="formType" id="formType" />
<!-- <textarea name="PRE_FORM_VAL" ID="PRE_FORM_VAL" style="display:none;"></textarea> -->
<input type="submit" style="cursor:hand" class="button" value="Previous" title='Previous'
onclick="javascript:setActionVal('previous')"/>
onclick="javascript:setActionVal('previous');"/>
<input type="submit" style="cursor:hand" class="button" value="Finish" title='Finish'
onclick="javascript:setActionVal('finish');javascript:return checkRate()"/>
......
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