Author: jleroux
Date: Wed Jan 26 08:42:53 2011
New Revision: 1063630
URL:
http://svn.apache.org/viewvc?rev=1063630&view=revLog:
A line move asked by Leon about OFBIZ-4136 (In layer mode, the attribute "target-parameter" of a lookup field is not used)
Modified:
ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl
Modified: ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl?rev=1063630&r1=1063629&r2=1063630&view=diff==============================================================================
--- ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl (original)
+++ ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl Wed Jan 26 08:42:53 2011
@@ -523,9 +523,9 @@ jQuery(document).ready(function(){
<#list targetParameterIter as item>
<#if isFirst>
<#lt/>document.${formName}.${item}<#rt/>
+ <#assign isFirst = false>
<#else>
<#lt/> ,document.${formName}.${item}<#rt/>
- <#assign isFirst = false>
</#if>
</#list>
<#lt/>]<#rt/>