svn commit: r1063630 - /ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1063630 - /ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl

jleroux@apache.org
Author: jleroux
Date: Wed Jan 26 08:42:53 2011
New Revision: 1063630

URL: http://svn.apache.org/viewvc?rev=1063630&view=rev
Log:
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/>