You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by er...@apache.org on 2010/10/04 22:17:06 UTC

svn commit: r1004391 - /ofbiz/trunk/framework/widget/templates/csvFormMacroLibrary.ftl

Author: erwan
Date: Mon Oct  4 20:17:06 2010
New Revision: 1004391

URL: http://svn.apache.org/viewvc?rev=1004391&view=rev
Log:
title was missing in renderDisplayField macro

Modified:
    ofbiz/trunk/framework/widget/templates/csvFormMacroLibrary.ftl

Modified: ofbiz/trunk/framework/widget/templates/csvFormMacroLibrary.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/templates/csvFormMacroLibrary.ftl?rev=1004391&r1=1004390&r2=1004391&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/templates/csvFormMacroLibrary.ftl (original)
+++ ofbiz/trunk/framework/widget/templates/csvFormMacroLibrary.ftl Mon Oct  4 20:17:06 2010
@@ -19,7 +19,7 @@ under the License.
 
 <#macro renderField text><#if text?exists>"${text?replace("\"", "\"\"")}"</#if></#macro>
 
-<#macro renderDisplayField type imageLocation idName description class alert inPlaceEditorId="" inPlaceEditorUrl="" inPlaceEditorParams="">
+<#macro renderDisplayField type imageLocation idName description title class alert inPlaceEditorId="" inPlaceEditorUrl="" inPlaceEditorParams="">
 <@renderField description />,<#rt/>
 </#macro>
 <#macro renderHyperlinkField></#macro>