Commit 1ec5f6c6 authored by smestry's avatar smestry

Updated the Product wizard xsl for Item description


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@102366 ce508802-f39f-4f6c-b175-0d175dae99d5
parent bd071b47
......@@ -113,6 +113,10 @@ function setActionVal( value )
<xsl:variable name="brand_descr"><xsl:value-of select="brand_descr"/></xsl:variable><!--brand descr-->
<!--added by samadhan on 23/12/2015 for brand,limited edition and stop purchase end-->
<!--Changed by Sneha on 07-07-2016, for item parent description [Start] -->
<xsl:variable name="attr_value"><xsl:value-of select="attr_value"/></xsl:variable>
<!--Changed by Sneha on 07-07-2016, for item parent description [End] -->
<xsl:variable name="dbID"><xsl:value-of select="@domID"/></xsl:variable>
<input type="hidden" name="Detail2.{normalize-space($dbID)}.login_code" id="Detail2.{normalize-space($dbID)}.login_code"
......@@ -198,6 +202,18 @@ function setActionVal( value )
</td>
</tr>
<!--Changed by Sneha on 07-07-2016, for item parent description [Start] -->
<tr>
<td class="td_leftAlign" nowrap="true">
<strong>Item description :</strong>
</td>
<td class="td_leftAlign" colspan="3">
<input type="text" name="Detail2.{normalize-space($dbID)}.attr_value" id="Detail2.{normalize-space($dbID)}.attr_value"
value="{attr_value}" class="editInputClass" style="width: 100%"/>
</td>
</tr>
<!--Changed by Sneha on 07-07-2016, for item parent description [End] -->
<tr>
<td class="td_leftAlign" nowrap="true">
<strong>Product Type* :</strong>
......
......@@ -157,6 +157,7 @@
<xsl:variable name="item_code"><xsl:value-of select="item_code"/></xsl:variable>
<xsl:variable name="descr"><xsl:value-of select="descr"/></xsl:variable>
<!-- <xsl:variable name="editDescr"><xsl:value-of select="editDescr"/></xsl:variable> Changed by Sneha on 01-07-2016, to edit the item description -->
<xsl:variable name="attr_value"><xsl:value-of select="attr_value"/></xsl:variable>
<xsl:variable name="phy_attrib_1"><xsl:value-of select="phy_attrib_1"/></xsl:variable>
<xsl:variable name="phy_attrib_2"><xsl:value-of select="phy_attrib_2"/></xsl:variable>
<xsl:variable name="phy_attrib_3"><xsl:value-of select="phy_attrib_3"/></xsl:variable>
......@@ -229,8 +230,12 @@
Changed by Sneha on 01-07-2016, to edit the item description [End] -->
<td>
<input type="hidden" class="editInputClass" value="{$attr_value}" name="Detail3.{normalize-space($dbIDs)}.attr_value"
id="Detail3.{normalize-space($dbIDs)}.attr_value" maxlength="90" style="width: 100%;" ISCHANGED='false' readOnly = '1' />
<input type="text" class="editInputClass" value="{$descr}" name="Detail3.{normalize-space($dbIDs)}.descr"
id="Detail3.{normalize-space($dbIDs)}.descr" maxlength="90" style="width: 100%;" ISCHANGED='false' readOnly = '1' />
<!-- <xsl:value-of select="descr"/> -->
<input type="hidden" class="editInputClass" value="{$item_code}" name="Detail3.{normalize-space($dbIDs)}.item_code"
id="Detail3.{normalize-space($dbIDs)}.item_code" maxlength="10" style="width: 100%"/>
......
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