You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2009/06/26 19:59:11 UTC

svn commit: r788795 - /ofbiz/branches/release09.04/framework/widget/templates/textScreenMacroLibrary.ftl

Author: jacopoc
Date: Fri Jun 26 17:59:11 2009
New Revision: 788795

URL: http://svn.apache.org/viewvc?rev=788795&view=rev
Log:
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>