Commit 197815e8 authored by wansari's avatar wansari

F17BBAS001 updated XSL for auto popup


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@105950 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5724e820
......@@ -95,7 +95,7 @@
<div style="width: 100%;">
<div style="width: 20%;float: left;">
<!-- <input type="text" class="input_editable" value="{$prd_code}" name="Detail1.{normalize-space($dbID)}.prd_code" id="Detail1.{normalize-space($dbID)}.prd_code" onblur="callItemChange('prd_code');" popupFldName="PRD_CODE" onkeyup="getAutoPopupData(this);" tabIndex="80" onfocus="displayPopUpIcon('popUpIcon1');" /> -->
<input type="text" class="input_editable" value="{$prd_code}" name="Detail1.{normalize-space($dbID)}.prd_code" id="Detail1.{normalize-space($dbID)}.prd_code" popupFldName="PRD_CODE" tabIndex="80" onfocus="displayPopUpIcon('popUpIcon1');" />
<input type="text" class="input_editable" value="{$prd_code}" name="Detail1.{normalize-space($dbID)}.prd_code" id="Detail1.{normalize-space($dbID)}.prd_code" popupFldName="PRD_CODE" tabIndex="80" onfocus="displayPopUpIcon('popUpIcon1');" onkeyup="getAutoPopupData(this);"/>
<a href="javascript:getListOfValues('PRD_CODE','Detail1.{normalize-space($dbID)}.prd_code','TA821');" id="popUpIcon1" tabIndex="-1"><img src="/ibase/webitm/images/pophelp.png" style = "margin-bottom:-5px"/></a>
</div>
</div>
......@@ -110,7 +110,7 @@
<td class="td_leftAlign" colspan = "3" nowrap="true">
<div style="width: 100%;">
<!-- <input type="text" class="input_editable" value="{$gtin}" name="Detail1.{normalize-space($dbID)}.gtin" id="Detail1.{normalize-space($dbID)}.gtin" onblur="callItemChange('gtin');" popupFldName="gtin" onkeyup="getAutoPopupData(this);" tabIndex="80" onfocus="displayPopUpIcon('popUpIcon2');" /> -->
<input type="text" class="input_editable" value="{$gstin}" name="Detail1.{normalize-space($dbID)}.gstin" id="Detail1.{normalize-space($dbID)}.gstin" popupFldName="gstin" tabIndex="80" onfocus="displayPopUpIcon('popUpIcon2');" />
<input type="text" class="input_editable" value="{$gstin}" name="Detail1.{normalize-space($dbID)}.gstin" id="Detail1.{normalize-space($dbID)}.gstin" popupFldName="gstin" tabIndex="80" onfocus="displayPopUpIcon('popUpIcon2');" onkeyup="getAutoPopupData(this);" />
<a href="javascript:getListOfValues('gstin','Detail1.{normalize-space($dbID)}.gstin','TA821');" id="popUpIcon2" tabIndex="-1"><img src="/ibase/webitm/images/pophelp.png" style = "margin-bottom:-5px" /></a>
</div>
</td>
......
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