Author: jacopoc
Date: Fri Jun 26 17:59:11 2009
New Revision: 788795
URL:
http://svn.apache.org/viewvc?rev=788795&view=revLog:
Applied fix from trunk for revision: 788793
Wrong macro parameters defined in the text widget macro library. Thanks to Brajesh Patel for the bug report.
Modified:
ofbiz/branches/release09.04/framework/widget/templates/textScreenMacroLibrary.ftl
Modified: ofbiz/branches/release09.04/framework/widget/templates/textScreenMacroLibrary.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release09.04/framework/widget/templates/textScreenMacroLibrary.ftl?rev=788795&r1=788794&r2=788795&view=diff==============================================================================
--- ofbiz/branches/release09.04/framework/widget/templates/textScreenMacroLibrary.ftl (original)
+++ ofbiz/branches/release09.04/framework/widget/templates/textScreenMacroLibrary.ftl Fri Jun 26 17:59:11 2009
@@ -20,7 +20,7 @@
<#macro renderSectionBegin></#macro>
<#macro renderSectionEnd>
</#macro>
-<#macro renderContainerBegin containerId style autoUpdateLink autoUpdateInterval></#macro>
+<#macro renderContainerBegin id style autoUpdateLink autoUpdateInterval>
<#macro renderContainerEnd></#macro>
<#macro renderContentBegin></#macro>
<#macro renderContentBody></#macro>