Author: jleroux
Date: Wed Jul 28 11:58:00 2010
New Revision: 980030
URL:
http://svn.apache.org/viewvc?rev=980030&view=revLog:
A patch from David Cervera "Bug introduced in 'lookupField' applying fix from trunk for revision: 979104" (
https://issues.apache.org/jira/browse/OFBIZ-3876) - OFBIZ-3876
The macro 'lookupField' adds a non supported parameter named 'initiallyCollapsed' when call to macro 'renderLookupField'.
Modified:
ofbiz/branches/release10.04/framework/common/webcommon/includes/htmlTemplate.ftl
Modified: ofbiz/branches/release10.04/framework/common/webcommon/includes/htmlTemplate.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release10.04/framework/common/webcommon/includes/htmlTemplate.ftl?rev=980030&r1=980029&r2=980030&view=diff==============================================================================
--- ofbiz/branches/release10.04/framework/common/webcommon/includes/htmlTemplate.ftl (original)
+++ ofbiz/branches/release10.04/framework/common/webcommon/includes/htmlTemplate.ftl Wed Jul 28 11:58:00 2010
@@ -46,7 +46,7 @@ under the License.
<#else>
<#local disabled = false />
</#if>
- <@renderLookupField className alert name value size maxlength id event action disabled autocomplete descriptionFieldName formName fieldFormName targetParameterIter imgSrc ajaxUrl ajaxEnabled presentation width height position fadeBackground clearText showDescription initiallyCollapsed/>
+ <@renderLookupField className alert name value size maxlength id event action disabled autocomplete descriptionFieldName formName fieldFormName targetParameterIter imgSrc ajaxUrl ajaxEnabled presentation width height position fadeBackground clearText showDescription/>
</#macro>
<#macro nextPrev commonUrl="" ajaxEnabled=false javaScriptEnabled=false paginateStyle="nav-pager" paginateFirstStyle="nav-first" viewIndex=0 highIndex=0 listSize=0 viewSize=1 ajaxFirstUrl="" firstUrl="" paginateFirstLabel="" paginatePreviousStyle="nav-previous" ajaxPreviousUrl="" previousUrl="" paginatePreviousLabel="" pageLabel="" ajaxSelectUrl="" selectUrl="" ajaxSelectSizeUrl="" selectSizeUrl="" commonDisplaying="" paginateNextStyle="nav-next" ajaxNextUrl="" nextUrl="" paginateNextLabel="" paginateLastStyle="nav-last" ajaxLastUrl="" lastUrl="" paginateLastLabel="" paginateViewSizeLabel="" >