Commit 2d865003 authored by smestry's avatar smestry

Updated the xsl for Product Wizard Trade mark pophelp.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103780 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7413aaf6
......@@ -464,7 +464,7 @@
<input type="hidden" value="{$trade_mark}" name="Detail2.{normalize-space($dbIDs)}.trade_mark"
id="Detail2.{normalize-space($dbIDs)}.trade_mark" maxlength="25"/>
<div style="float:left;width: 85%;" id="trade_mark.{normalize-space($dbIDs)}" contenteditable="true" onkeypress="return false;"
<div style="float:left;width: 85%;" id="trade_mark.{normalize-space($dbIDs)}" onkeypress="return false;"
onkeydown="javascript:openSearchPopup(event, '{normalize-space($dbIDs)}','0','trade_mark', 'Trade Mark', '{normalize-space($dbIDs)}');">
<xsl:value-of select="trade_mark"/>
</div>
......
......@@ -347,7 +347,7 @@
<input type="hidden" value="{$trade_mark}" name="Detail3.{normalize-space($dbIDs)}.trade_mark"
id="Detail3.{normalize-space($dbIDs)}.trade_mark" maxlength="25"/>
<div style="float:left;width: 85%;" id="trade_mark.{normalize-space($dbIDs)}" contenteditable="true" onkeypress="return false;"
<div style="float:left;width: 85%;" id="trade_mark.{normalize-space($dbIDs)}" onkeypress="return false;"
onkeydown="javascript:openSearchPopup(event, '{normalize-space($dbIDs)}','0','trade_mark', 'Trade Mark', '{normalize-space($dbIDs)}');">
<xsl:value-of select="trade_mark"/>
</div>
......@@ -365,6 +365,8 @@
<input type="hidden" value="{$tax}" name="Detail3.{normalize-space($dbIDs)}.tax"
id="Detail3.{normalize-space($dbIDs)}.tax"/>
<input type="hidden" value="{$tax_descr}" name="Detail3.{normalize-space($dbIDs)}.tax_descr"
id="Detail3.{normalize-space($dbIDs)}.tax_descr" maxlength="10"/>
<div style="float:left;width: 85%;" id="tax.{normalize-space($dbIDs)}" contenteditable="true" onkeypress="return false;"
onkeydown="javascript:openSearchPopup(event, '{normalize-space($dbIDs)}','0','tax_desc', 'Sales Tax', '{normalize-space($dbIDs)}');">
<xsl:value-of select="tax_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