Commit 151e0b42 authored by steurwadkar's avatar steurwadkar

Wavegen Wizard bug fix Check-in by Santosh


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104248 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9dbb6996
......@@ -234,7 +234,7 @@ div.panelSO.show{
width: 24px;
height: 24px;
border-radius:50%;
margin-top:6px;
margin-top:4px;
margin-right:3px;
float: left;
}
......
......@@ -400,9 +400,11 @@
<input type="hidden" name="Detail2.{normalize-space($linedbID)}.due_date" value="{$due_date}"></input>
</td>
<td nowrap="true" style="padding:0 3px;">
<div style="height:31px;line-height:31px;">
<xsl:value-of select="item_code"/>
<img type="image" src="{$image_path}" class="itemImg" onclick="showItemImage('{normalize-space($item_code)}','{$item_descr}');" />
<input type="hidden" name="Detail2.{normalize-space($linedbID)}.item_code" value="{$item_code}"></input>
</div>
</td>
<td nowrap="true">
<xsl:value-of select="item_descr"/>
......
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