Commit 90eced61 authored by wansari's avatar wansari

Changed by wasim to pass login site code in parameter for loc_code pop help


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@100407 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 171cfb22
...@@ -123,7 +123,9 @@ ...@@ -123,7 +123,9 @@
<xsl:variable name="item_phy_attrib_24"><xsl:value-of select="item_phy_attrib_24"/></xsl:variable><!--brand code--> <xsl:variable name="item_phy_attrib_24"><xsl:value-of select="item_phy_attrib_24"/></xsl:variable><!--brand code-->
<xsl:variable name="brand_descr"><xsl:value-of select="brand_descr"/></xsl:variable><!--brand descr--> <xsl:variable name="brand_descr"><xsl:value-of select="brand_descr"/></xsl:variable><!--brand descr-->
<!-- Added by Samadhan on 21/12/2015 [to set Size Discription Grid, limited edition,brand, brand descr] start --> <!-- Added by Samadhan on 21/12/2015 [to set Size Discription Grid, limited edition,brand, brand descr] start -->
<!--Added by wasim on 14-07-2015 to get login site code [START] -->
<xsl:variable name="site_code"><xsl:value-of select="site_code"/></xsl:variable>
<!--Added by wasim on 14-07-2015 to get login site code [START] -->
<xsl:variable name="dbID"><xsl:value-of select="@domID"/></xsl:variable> <xsl:variable name="dbID"><xsl:value-of select="@domID"/></xsl:variable>
<input type="hidden" name="Detail1.{normalize-space($dbID)}.login_code" id="Detail1.{normalize-space($dbID)}.login_code" <input type="hidden" name="Detail1.{normalize-space($dbID)}.login_code" id="Detail1.{normalize-space($dbID)}.login_code"
...@@ -492,10 +494,14 @@ ...@@ -492,10 +494,14 @@
onkeydown="javascript:openSearchPopup(event, '{normalize-space($dbID)}','{normalize-space($login_code)}','loc_code', 'Location Code', 0);" onkeydown="javascript:openSearchPopup(event, '{normalize-space($dbID)}','{normalize-space($login_code)}','loc_code', 'Location Code', 0);"
style="width: 95%;"/> style="width: 95%;"/>
<div style="width:3%; float: right;"> <div style="width:3%; float: right;">
<a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($login_code)}','loc_code', 'Location Code', 0);" <!--Changed by wasim on 14-07-2015 to get login site code [START] -->
<!--<a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($login_code)}','loc_code', 'Location Code', 0);"
style="float: left;text-decoration: none;">-->
<a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($site_code)}','loc_code', 'Location Code', 0);"
style="float: left;text-decoration: none;"> style="float: left;text-decoration: none;">
<img src="/ibase/webitm/images/DD/popup1.png" style="margin-left: -5px;" title="Select Location Code" /> <img src="/ibase/webitm/images/DD/popup1.png" style="margin-left: -5px;" title="Select Location Code" />
</a> </a>
<!--Changed by wasim on 14-07-2015 to get login site code [END] -->
</div> </div>
</div> </div>
</td> </td>
...@@ -703,6 +709,7 @@ ...@@ -703,6 +709,7 @@
<input type="hidden" value="{$chg_user}" name="Detail1.{normalize-space($dbID)}.chg_user" id="chg_user" ISCHANGED="false" /> <input type="hidden" value="{$chg_user}" name="Detail1.{normalize-space($dbID)}.chg_user" id="chg_user" ISCHANGED="false" />
<input type="hidden" value="{$chg_term}" name="Detail1.{normalize-space($dbID)}.chg_term" id="chg_term" ISCHANGED="false" /> <input type="hidden" value="{$chg_term}" name="Detail1.{normalize-space($dbID)}.chg_term" id="chg_term" ISCHANGED="false" />
<input type="hidden" value="{$date_format}" name="Detail1.{normalize-space($dbID)}.date_format" id="date_format" ISCHANGED="false" /><!-- Added by Parikshit on 08/07/15 --> <input type="hidden" value="{$date_format}" name="Detail1.{normalize-space($dbID)}.date_format" id="date_format" ISCHANGED="false" /><!-- Added by Parikshit on 08/07/15 -->
<input type="hidden" value="{$site_code}" name="Detail1.{normalize-space($dbID)}.site_code" id="site_code" ISCHANGED="false" /><!-- Added by Wasim on 14/03/16 -->
</xsl:for-each> </xsl:for-each>
</table> </table>
</div> </div>
...@@ -826,4 +833,4 @@ ...@@ -826,4 +833,4 @@
</html> </html>
</xsl:template> </xsl:template>
</xsl:stylesheet> </xsl:stylesheet>
\ No newline at end of file
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