Commit 80c8441a authored by smestry's avatar smestry

Updated xsl for the Product wizard for minor bugs.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@102143 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2548ee15
......@@ -380,7 +380,7 @@
</td>
<td onclick="chkProdDescRows('Detail2.{normalize-space($dbIDs)}.selectbox')">
<input type="hidden" class="editInputClass" value="{$item_descr}" name="Detail2.{normalize-space($dbIDs)}.item_descr"
id="Detail2.{normalize-space($dbIDs)}.item_descr" maxlength="10"/>
id="Detail2.{normalize-space($dbIDs)}.item_descr" maxlength="10" />
<xsl:value-of select="item_descr"/>
</td>
<td onclick="chkProdDescRows('Detail2.{normalize-space($dbIDs)}.selectbox')">
......
......@@ -440,9 +440,12 @@
<input type="submit" style="cursor:hand" class="button" value="Finish" title='Finish' id="finish" onclick="javascript:return checkSKUValidation('finish');"/>
<!-- Changed by Sneha on 30-03-2016, to add new row [Start] -->
<input type="button" style="cursor:hand" class="button red-Btn pophelp-okcancel" value="Add Item" title='Add Item' onclick="javascript:addItem()"/>
<!--<input type="submit" style="cursor:hand" class="button" value="Validate" title='Validate' onclick="javascript:return checkSKUValidation('finish');"/>
Changed by Sneha on 30-03-2016, to add new row [End] -->
<div style="float:right;position:relative;">
<input type="button" style="cursor:hand; float: right; " class="button green-Btn pophelp-okcancel" value="Add Item" title='Add Item' onclick="javascript:addItem()"/>
<input type="button" style="cursor:hand; float: right;" class="button red-Btn pophelp-okcancel" value="Delete Item" title='Delete Item' onclick="javascript:deleteItem(maxRowId)"/>
</div>
<!-- Changed by Sneha on 30-03-2016, to add new row [End] -->
</td>
</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