svn commit: r1036638 - /ofbiz/branches/jquery/framework/common/webcommon/includes/htmlTemplate.ftl

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

svn commit: r1036638 - /ofbiz/branches/jquery/framework/common/webcommon/includes/htmlTemplate.ftl

jleroux@apache.org
Author: jleroux
Date: Thu Nov 18 21:23:04 2010
New Revision: 1036638

URL: http://svn.apache.org/viewvc?rev=1036638&view=rev
Log:
Forgot to commit this necessary change of mine in r1036633

Modified:
    ofbiz/branches/jquery/framework/common/webcommon/includes/htmlTemplate.ftl

Modified: ofbiz/branches/jquery/framework/common/webcommon/includes/htmlTemplate.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/common/webcommon/includes/htmlTemplate.ftl?rev=1036638&r1=1036637&r2=1036638&view=diff
==============================================================================
--- ofbiz/branches/jquery/framework/common/webcommon/includes/htmlTemplate.ftl (original)
+++ ofbiz/branches/jquery/framework/common/webcommon/includes/htmlTemplate.ftl Thu Nov 18 21:23:04 2010
@@ -19,7 +19,7 @@ under the License.
 
 <#include "component://widget/templates/htmlFormMacroLibrary.ftl"/>
 
-<#macro lookupField className="" alert="" name="" value="" size="20" maxlength="20" id="" event="" action="" disabled="" autocomplete="" descriptionFieldName="" formName="" fieldFormName="" targetParameterIter="" imgSrc="" ajaxUrl="" ajaxEnabled="" presentation="" width="" height="" position="topleft" fadeBackground="true" clearText="" showDescription="" initiallyCollapsed="">
+<#macro lookupField className="" alert="" name="" value="" size="20" maxlength="20" id="" event="" action="" disabled="" autocomplete="" descriptionFieldName="" formName="" fieldFormName="" targetParameterIter="" imgSrc="" ajaxUrl="" ajaxEnabled="" presentation="layer" width="" height="" position="topleft" fadeBackground="true" clearText="" showDescription="" initiallyCollapsed="">
     <#if (!ajaxEnabled?has_content)>
         <#assign javascriptEnabled = Static["org.ofbiz.base.util.UtilHttp"].isJavaScriptEnabled(request) />
         <#if (javascriptEnabled)>