Author: jleroux
Date: Thu Aug 19 07:55:59 2010
New Revision: 987057
URL:
http://svn.apache.org/viewvc?rev=987057&view=revLog:
A patch from Sascha Rodekamp "jQuery Lookup Layer Transformation" (
https://issues.apache.org/jira/browse/OFBIZ-3841) - OFBIZ-3841
The lookups were opening with a small size
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=987057&r1=987056&r2=987057&view=diff==============================================================================
--- ofbiz/branches/jquery/framework/common/webcommon/includes/htmlTemplate.ftl (original)
+++ ofbiz/branches/jquery/framework/common/webcommon/includes/htmlTemplate.ftl Thu Aug 19 07:55:59 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="20" height="20" 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="" 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)>