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