Commit 8b006bb2 authored by smestry's avatar smestry

Updated the js for Product Wizard Trade mark pophelp.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103781 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2d865003
......@@ -2094,11 +2094,18 @@
// Trade Mark
+"<td>"
+"<input type='text' class='editInputClass' value='"+tradeMark+"' name='Detail3."+maxRowId+".trade_mark'"
+"id='Detail3."+maxRowId+".trade_mark' maxlength='25' style='text-align: right; width: 100%'"
+"onkeypress='return disableEnter()' onkeyup = 'return specialCharValidate(this.id)' >"
+"</td>"
+"<input type='hidden' value='"+tradeMark+"' name='Detail3."+maxRowId+".trade_mark' "
+"id='Detail3."+maxRowId+".trade_mark' maxlength='25' />"
+"<div style='float:left;width: 95%;' id='trade_mark."+maxRowId+"' onkeypress='return false;'"
+"onkeydown='javascript:openSearchPopup(event, '"+maxRowId+"','0','trade_mark', 'Trade Mark', '"+maxRowId+"');'> "
+ tradeMark
+"</div>"
+"<div style='float:right;position:relative; width: 8%;'> "
+"<a href=javascript:callListJSP("+maxRowId+",'0','trade_mark', 'Trade Mark', "+maxRowId+"); style='float: left;text-decoration: none;' > "
+"<img src='/ibase/webitm/images/DD/popup1.png' style='margin-left: -5px;' title='Select Trade Mark' /> "
+"</td>"
// Tax
+"<td style='text-align:center;'>"
......
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