Commit f48350ca authored by wansari's avatar wansari

D14JKAT004 updated back button functionality


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97588 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6bde0b68
......@@ -26,7 +26,7 @@
<form name="porderAmd" METHOD="post" ACTION="/ibase/ITMWizardHandlerServlet">
<div id="header">
<div id="headingText">Purchase Order Ammendment</div>
<div id="headingText">Purchase Order Amendment</div>
</div>
<div class="mainPage-Container" style="overflow: auto;">
......@@ -39,6 +39,7 @@
<xsl:variable name="supp_code"><xsl:value-of select="supp_code"/></xsl:variable>
<xsl:variable name="purc_order"><xsl:value-of select="purc_order"/></xsl:variable>
<xsl:variable name="item_parnt"><xsl:value-of select="item_parnt"/></xsl:variable>
<xsl:variable name="extra3"><xsl:value-of select="extra3"/></xsl:variable>
<xsl:variable name="site_code"><xsl:value-of select="site_code"/></xsl:variable>
......@@ -48,7 +49,12 @@
</td>
<td colspan="2">
<input type="text" name="Detail1.{normalize-space($dbID)}.supp_code" id="supp_code"
value="{$supp_code}" class="editInputClass" style="width: 100%" />
value="{$supp_code}" class="editInputClass" style="width: 100%" onkeyup='trimSpace()' />
</td>
<td>
<a href="javascript:pop_help('supp_code','supp_code','Supplier Code');" style="float: left;text-decoration: none;">
<img src="/ibase/webitm/images/DD/popup1.png" title="Select Supplier Code"/>
</a>
</td>
</tr>
......@@ -58,7 +64,15 @@
</td>
<td colspan="2">
<input type="text" name="Detail1.{normalize-space($dbID)}.purc_order" id="purc_order"
value="{$purc_order}" class="editInputClass" style="width: 100%" />
value="{$extra3}" class="editInputClass" style="width: 100%" onkeyup='trimSpace()' />
<input type="hidden" name="Detail1.{normalize-space($dbID)}.extra3" id="extra3"
value="{$extra3}" class="editInputClass" style="width: 100%" />
</td>
<td>
<a href="javascript:pop_help('purc_order','purc_order','Purchase Order');" style="float: left;text-decoration: none;">
<img src="/ibase/webitm/images/DD/popup1.png" title="Select Purchase Order"/>
</a>
</td>
</tr>
......@@ -68,7 +82,12 @@
</td>
<td colspan="2">
<input type="text" name="Detail1.{normalize-space($dbID)}.item_parnt" id="item_parnt"
value="{$item_parnt}" class="editInputClass" style="width: 100%" />
value="{$item_parnt}" class="editInputClass" style="width: 100%" onkeyup='trimSpace()' />
</td>
<td>
<a href="javascript:pop_help('item_parnt','item_parnt','Item Parent');" style="float: left;text-decoration: none;">
<img src="/ibase/webitm/images/DD/popup1.png" title="Select Item Parent"/>
</a>
</td>
</tr>
......
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