Commit 569202ee authored by wansari's avatar wansari

W16FKAT002 updated XSL for QC release for PO


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104005 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e6332df8
......@@ -51,6 +51,9 @@ border:none;
<TD class="header_main" nowrap="true" align="left" valign="middle" style="padding-left: 10px;font-size:16px;" width="2%" >
Purchase Order
</TD>
<TD class="header_main" nowrap="true" align="left" valign="middle" style="padding-left: 10px;font-size:16px;" width="2%" >
<label id = "mode"></label>
</TD>
</div>
</TR>
</TABLE>
......
......@@ -256,10 +256,10 @@
<table id="activityTable" style="width:100%;font-size:14px;">
<div >
<tr>
<td align="right">
<td align="right" width = "5%">
Product :
</td>
<td>
<td width = "20%">
<div style="position:relative; width: 90%;">
<input type="text" class="input_editable" id="itmcode1" name="itmcode1"
onkeyup="getAutocompleteData(this,'item_code');"
......@@ -275,21 +275,18 @@
</div>
</div>
</td>
<td align="right">
<td align="right" width = "10%">
<!-- Rate: -->
</td>
<td style="width: 400px">
<td width = "10%">
<!-- <label id = "item_parent_rate1"></label>
<input type="hidden" id="itmdescription1" value="{item_code}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 400px" /> -->
<input type="hidden" id="itmdescription1" value="{item_code}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 400px" />
</td>
<td >
<td width = "20%">
<strong>Order Date: <span id="dlv_date_span1"> <xsl:value-of select="ord_date"/> </span></strong>
<input type="hidden" name="dlv_date1" readOnly = "1" id="dlv_date1" value="{$ord_date_m}" style="width:28%;font-size:12px" />
<!-- <input type="hidden" name="dlv_date1" readOnly = "1" id="dlv_date1" value="{$ord_date_m}" style="width:28%;font-size:12px" />
<strong>Order Date: </strong><input type="text" class="input_editable" size="8" value="{$ord_date_m}" name="dspdate1" id="dspdate1" maxlength="8" ISCHANGED="false" placeholder = "DD/MM/YY" onchange="javascript:setDespDate('1');"/>
<img border="0" src="/ibase/webitm/images/calender.png" style = "margin-bottom:-5px;margin-left:3px;cursor: hand;" id="dspdate1" name="dspdate1" onClick="javascript:setDate('dspdate1');"/> -->
</td>
</tr>
......@@ -356,7 +353,10 @@
</xsl:for-each>
</table>
</div>
<div class = "buttonDiv" style="width=20%;margin-left=-12px;margin-top:5px;margin-bottom:0px;">
<div style="width=20%;height:6px;margin-left=-12px;margin-top:3px;margin-bottom:0px;">
<table cellSpacing="1" cellPadding="1" width="50%" border="0">
<tr>
<input type="button" style="cursor:hand" id="PreButton" class="button" value="Previous" title='Previous' onclick="form2Pre()"/>
<input type="button" style="cursor:hand" id="NextButton" value="Next" class="button" title='Next' onclick="javascript: return setCheckedTrue();" />
<span title="Add New" class="addNewDetailBtn" id="AddButton" name="AddButton" onclick="sidebar()" >
......@@ -367,7 +367,22 @@
Please wait......
</img>
</div>
</tr>
</table>
</div>
<!-- <div class = "buttonDiv" style="width=20%;margin-left=-12px;margin-top:5px;margin-bottom:0px;">
<input type="button" style="cursor:hand" id="PreButton" class="button" value="Previous" title='Previous' onclick="form2Pre()"/>
<input type="button" style="cursor:hand" id="NextButton" value="Next" class="button" title='Next' onclick="javascript: return setCheckedTrue();" />
<span title="Add New" class="addNewDetailBtn" id="AddButton" name="AddButton" onclick="sidebar()" >
<p class="plus">+</p>
</span>
<div id="buttonreplacement" align="center" style="display:none;">
<img src="/ibase/images/preload.gif" alt="Please wait work in progress" >
Please wait......
</img>
</div>
</div> -->
</form>
</body>
</html>
......
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