Commit b74f6fed authored by wansari's avatar wansari

D14IKAT004 updated add button to right, dlv date to white


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97324 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d8621de6
......@@ -97,12 +97,11 @@
<input type="hidden" value="{normalize-space($dept_code)}" id="dept_code" />
<input type="hidden" value="{normalize-space($item_ser)}" id="item_ser" />-->
</xsl:for-each>
</div>
</div>
<tr>
<input type="button" style="cursor:hand;float:right;margin-right:50px" value="Add" class="button" title='Add' onclick="sidebar()" />
<td>
<!-- <input type="checkbox" name="Detail2.2.selectbox" id="Detail2.2.selectbox" checked='true' value="true"/>
<input type="text" id="item_descr" value="123456" name="Detail2.2.item_descr" class="editInputClass" style="width: 100%"/> -->
<input type="button" style="cursor:hand" value="Add" class="button" title='Add' onclick="sidebar()" />
<input type="submit" style="cursor:hand" class="button" value="Previous" title='Previous' onclick="form2Pre()"/>
<input type="submit" style="cursor:hand" value="Next" class="button" title='Next' onclick="javascript:setActionVal('next');javascript: return setCheckedTrue()" />
......@@ -123,11 +122,12 @@
<div id="accordion" style="float: left; margin-left: 5px; width:95%;">
<h3 onclick='run(1)' style="font-family: Arial Unicode MS, Arial, sans-serif;">Product Set
<label id='main1' style='background-color: transparent;'></label>
<input type='hidden' id='display' value='0' />
Total Quantity<label id='display2' style='background-color: transparent;'></label>
</h3>
<div style="padding: 0.8em 0.8em;">
<div id="suppDtlDiv1" style="height: 180px; overflow: auto; margin-left: 0px; width:100%;">
<table id="activityTable" border="0" cellSpacing="1" cellPadding="0">
<table id="activityTable" border="0" style="text-align: center;">
<tr>
<td class="td_leftAlign" nowrap="true">
<strong>Item Parent :</strong>
......@@ -143,11 +143,11 @@
</div>
</td>
<td colspan="2">
<input type="text" id="itmdescription1" value="{item_code}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="margin-left: -9px;width: 200px" />
<input type="text" id="itmdescription1" value="{item_code}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="margin-left: -9px;width: 400px" />
</td>
<td colspan="2">
<strong>Delivery Date:</strong><input type="text" name="dlv_date1" onchange="dateChange(1)"
id="dlv_date1" value="{dlv_date}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 200px;" />
id="dlv_date1" value="{dlv_date}" class="editInputClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 25%;" />
</td>
</tr>
</table>
......
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