Commit ccd54d37 authored by smestry's avatar smestry

Updated the xsl for product wizard changes


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104159 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5543dd16
......@@ -23,6 +23,9 @@
<link type="text/css" rel="stylesheet" href="/ibase/webitm/css/htmlWizard.css"/>
<link type="text/css" rel="stylesheet" href="/ibase/webitm/css/productWiz.css"/>
<script language="Javascript" src="/ibase/webitm/js/jquery.datetimepicker.full.js"></script>
<link type="text/css" rel="stylesheet" href="/ibase/webitm/css/jquery.datetimepicker.css"/>
<script>
<![CDATA[
......@@ -264,8 +267,6 @@
<!-- Changed by Sneha on 24-10-2016, to add new field customer item references [Start] -->
<xsl:variable name="phy_attrib_4"><xsl:value-of select="phy_attrib_4"/></xsl:variable>
<!-- Changed by Sneha on 24-10-2016, to add new field customer item references [End] -->
<xsl:if test="$dbID = '0'">
<input type="hidden" name="Detail2.{normalize-space($dbID)}.login_code" id ="login_code" value="{$login_code}" ISCHANGED="false"/>
......@@ -366,7 +367,7 @@
<input type="hidden" value="{$size_type_desc}" name="Detail2.{normalize-space($dbID)}.size_type_desc" id="size_type_desc" />
<input type="hidden" value="{$language_dtl}" name="Detail2.{normalize-space($dbID)}.language_dtl" id="language_dtl" />
<input type="hidden" value="{$item_commodity}" name="Detail2.{normalize-space($dbID)}.item_commodity" id="item_commodity" />
<input type="hidden" value="{$date_format}" name="Detail2.{normalize-space($dbID)}.date_format" id="date_format" /><!--Added by parikshit on 08/07/15 to set date format -->
<input type="hidden" value="{$date_format}" name="date_format" id="date_format" /><!--Added by parikshit on 08/07/15 to set date format -->
<!--Added by Parikshit on 20-APR-2015 Ends -->
<!--Added by Samadhan on 21/12/2015 for Limited Edition field start-->
<input type="hidden" value="{item_usage_type}" name="Detail2.{normalize-space($dbID)}.item_usage_type" id="item_usage_type" />
......@@ -757,19 +758,19 @@
<!-- <div style="overflow: auto; height: 260px;">
<table class='tableClass' id="SKUPriceListId" style="text-align: center; width: 550px; margin: 0 auto;"> -->
<div id="priceListDiv" class = "hidden body_table_div" >
<table id="SKUPriceListId" class="headertableClass" style = "width:100px;">
<div id="priceListDiv" class = "hidden body_table_div" style = "width: 600px;">
<table id="SKUPriceListId" class="headertableClass" >
<caption id="SKUPriceListCaption" style = "margin-bottom:5px;">table</caption>
<thead>
<tr class='thClass'>
<th width='10px;'><input type="checkbox" id="chkAllPrices" name="chkAllPrices" onclick="checkAll(this)" /></th>
<th class = "tHeader" width='300px;'>Sites</th>
<th class = "tHeader" width='150px;'>PriceList</th>
<th class = "tHeader" width='150px;'>Currency</th>
<th class = "tHeader" width='50px;'>Rate</th>
<th width='5%'><input type="checkbox" id="chkAllPrices" name="chkAllPrices" onclick="checkAll(this)" /></th>
<th class = "tHeader" width='5%'>Sites</th>
<th class = "tHeader" width='5%'>PriceList</th>
<th class = "tHeader" width='5%'>Currency</th>
<th class = "tHeader" width='5%'>Rate</th>
<!-- <th width='50px;'>Cost</th> -->
<th class = "tHeader" width='50px;'>Date&#160;From</th>
<th class = "tHeader" width='50px;'>Date&#160;To</th>
<th class = "tHeader" width='15%'>Date&#160;From</th>
<th class = "tHeader" width='15%'>Date&#160;To</th>
</tr>
</thead>
<tbody class='table-body'></tbody>
......@@ -786,17 +787,17 @@
<!-- <div style="overflow: auto; height: 260px;">
<table class='tableClass' id="SKUSuppListId" style="text-align: center; width: 550px; margin: 0 auto;"> -->
<div id="suppListDiv" class = "hidden body_table_div">
<table id="SKUSuppListId" class="headertableClass" style = "width:100px;">
<table id="SKUSuppListId" class="headertableClass" style = "width:600px;">
<caption id="SKUSuppListCaption" style = "margin-bottom:5px;">table</caption>
<thead>
<tr class='thClass'>
<th class = "tHeader" width='10px;'><input type="checkbox" id="chkAllSupplier" name="chkAllSupplier" onclick="checkAll(this)" /></th>
<th class = "tHeader" width='300px;'>Supplier</th>
<th class = "tHeader" width='150px;'>PriceList</th>
<th class = "tHeader" width='150px;'>Currency</th>
<th class = "tHeader" width='50px;'>Cost</th>
<th class = "tHeader" width='50px;'>Date&#160;From</th>
<th class = "tHeader" width='50px;'>Date&#160;To</th>
<th class = "tHeader" width='5%'><input type="checkbox" id="chkAllSupplier" name="chkAllSupplier" onclick="checkAll(this)" /></th>
<th class = "tHeader" width='5%'>Supplier</th>
<th class = "tHeader" width='5%'>PriceList</th>
<th class = "tHeader" width='5%'>Currency</th>
<th class = "tHeader" width='5%'>Cost</th>
<th class = "tHeader" width='15%'>Date&#160;From</th>
<th class = "tHeader" width='15%'>Date&#160;To</th>
</tr>
</thead>
<tbody class='table-body'></tbody>
......
......@@ -196,7 +196,7 @@
<input type="hidden" value="{$item_parent}" name="Detail3.{normalize-space($dbID)}.item_parent" id="Detail3.{normalize-space($dbID)}.item_parent" ISCHANGED="false" readOnly = "1" onkeypress="return disableEnter()" /> <!-- Changed by Sneha on 28-10-2016, for item parent -->
<input type="hidden" name="cust_item_ref_status" id="cust_item_ref_status" ISCHANGED="false" readOnly = "1" onkeypress="return disableEnter()"/> <!-- Changed by Sneha on 28-10-2016, for cust_item_ref_status -->
<input type="hidden" value="{$phy_attrib_4}" name="Detail3.{normalize-space($dbID)}.phy_attrib_4" id="Detail3.{normalize-space($dbID)}.phy_attrib_4" ISCHANGED="false" readOnly = "1" onkeypress="return disableEnter()" /> <!-- Changed by Sneha on 28-10-2016, for item parent -->
<input type="hidden" value="{$phy_attrib_4}" name="Detail3.{normalize-space($dbID)}.phy_attrib_4" id="Detail3.{normalize-space($dbID)}.phy_attrib_4" ISCHANGED="false" readOnly = "1" onkeypress="return disableEnter()" /> <!-- Changed by Sneha on 28-10-2016, for item parent -->
</xsl:if>
</xsl:for-each>
</div>
......
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