Commit 5e6c723a authored by smestry's avatar smestry

Updated the xsl for Product Wizard


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@102980 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0496ee52
...@@ -140,7 +140,8 @@ ...@@ -140,7 +140,8 @@
</td> </td>
<td class="td_leftAlign" style="width:20%;"> <td class="td_leftAlign" style="width:20%;">
<input type="text" class="editInputClass" value="{$item_parnt}" name="Detail1.{normalize-space($dbID)}.item_parnt" <input type="text" class="editInputClass" value="{$item_parnt}" name="Detail1.{normalize-space($dbID)}.item_parnt"
id="Detail1.{normalize-space($dbID)}.item_parnt" maxlength="10" style="width: 100%"/> id="Detail1.{normalize-space($dbID)}.item_parnt" maxlength="10" style="width: 100%"
onkeyup = "return specialCharValidate(this.id);"/>
</td> </td>
<td colspan="2"> <td colspan="2">
<input type="text" name="Detail1.{normalize-space($dbID)}.item_parnt_desc" id="Detail1.{normalize-space($dbID)}.item_parnt_desc" <input type="text" name="Detail1.{normalize-space($dbID)}.item_parnt_desc" id="Detail1.{normalize-space($dbID)}.item_parnt_desc"
......
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