Commit 4c394cda authored by smestry's avatar smestry

Updated the xsl file for PO Autosave


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103006 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 609e6db2
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
<div id="header"> <div id="header">
<div id="headingText">Purchase Wizard</div> <div id="headingText">Purchase Wizard</div>
</div> </div>
<!-- Changed by Sneha on 27-05-2016, for scroll on detail1 [Start] --> <!-- Changed by Sneha on 27-05-2016, for scroll on detail1 [Start] -->
<!-- <div class="mainPage-Container" style="overflow: auto;"> --> <!-- <div class="mainPage-Container" style="overflow: auto;"> -->
...@@ -528,8 +527,9 @@ ...@@ -528,8 +527,9 @@
<td class="td_leftAlign"> <td class="td_leftAlign">
<div style="position:relative; width: 100%;"> <div style="position:relative; width: 100%;">
<input type="text" class="editInputClass" value="{$site_add1}" id="site_add1" name="Detail1.{normalize-space($dbID)}.site_add1" <input type="text" class="editInputClass" value="{$site_add1}" id="site_add1" name="Detail1.{normalize-space($dbID)}.site_add1"
onkeypress='return isNumberKey(event)' onkeyup='Limit(this.id)' onfocusout='Round(this.id)' style="width: 70%;text-align: right;" /> maxlength="11" onkeypress='return isNumberKey(event)' onkeyup='Limit(this.id)' onblur = 'return Round(this.id)'
</div> style="width: 70%;text-align: right;" />
</div> <!-- onfocusout='Round(this.id)' --> <!-- Changed by Sneha on 16-08-2016, to call function onblur event -->
</td> </td>
</tr> </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