Author: erwan
Date: Mon Oct 4 20:17:06 2010
New Revision: 1004391
URL:
http://svn.apache.org/viewvc?rev=1004391&view=revLog:
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>