svn commit: r785509 - in /ofbiz/trunk/framework/widget/templates: foScreenMacroLibrary.ftl htmlScreenMacroLibrary.ftl textScreenMacroLibrary.ftl xmlScreenMacroLibrary.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r785509 - in /ofbiz/trunk/framework/widget/templates: foScreenMacroLibrary.ftl htmlScreenMacroLibrary.ftl textScreenMacroLibrary.ftl xmlScreenMacroLibrary.ftl

jacopoc
Author: jacopoc
Date: Wed Jun 17 08:43:28 2009
New Revision: 785509

URL: http://svn.apache.org/viewvc?rev=785509&view=rev
Log:
Added missing arguments to widget renderer macro; thanks to Marco Risaliti for the fix.

Modified:
    ofbiz/trunk/framework/widget/templates/foScreenMacroLibrary.ftl
    ofbiz/trunk/framework/widget/templates/htmlScreenMacroLibrary.ftl
    ofbiz/trunk/framework/widget/templates/textScreenMacroLibrary.ftl
    ofbiz/trunk/framework/widget/templates/xmlScreenMacroLibrary.ftl

Modified: ofbiz/trunk/framework/widget/templates/foScreenMacroLibrary.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/templates/foScreenMacroLibrary.ftl?rev=785509&r1=785508&r2=785509&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/templates/foScreenMacroLibrary.ftl (original)
+++ ofbiz/trunk/framework/widget/templates/foScreenMacroLibrary.ftl Wed Jun 17 08:43:28 2009
@@ -51,7 +51,7 @@
 <#macro renderContentEnd></#macro>
 <#macro renderSubContentBegin></#macro>
 <#macro renderSubContentBody></#macro>
-<#macro renderSubContentEnd></#macro>
+<#macro renderSubContentEnd urlString editMode editContainerStyle editRequest enableEditValue></#macro>
 
 <#macro renderHorizontalSeparator id style><fo:block><fo:leader leader-length="100%" leader-pattern="rule" rule-style="solid" rule-thickness="0.1mm" color="black"/></fo:block></#macro>
 <#macro renderLabel text id style><#if text?exists><#if style?has_content><fo:inline <@getFoStyle style/>></#if>${text}<#if style?has_content></fo:inline></#if></#if></#macro>

Modified: ofbiz/trunk/framework/widget/templates/htmlScreenMacroLibrary.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/templates/htmlScreenMacroLibrary.ftl?rev=785509&r1=785508&r2=785509&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/templates/htmlScreenMacroLibrary.ftl (original)
+++ ofbiz/trunk/framework/widget/templates/htmlScreenMacroLibrary.ftl Wed Jun 17 08:43:28 2009
@@ -53,7 +53,7 @@
 </#macro>
 <#macro renderSubContentBegin editContainerStyle editRequest enableEditValue><#if editRequest?exists && enableEditValue == "true"><div class="${editContainerStyle}"></#if></#macro>
 <#macro renderSubContentBody></#macro>
-<#macro renderSubContentEnd>
+<#macro renderSubContentEnd urlString editMode editContainerStyle editRequest enableEditValue>
 <#if editRequest?exists && enableEditValue == "true">
 <#if urlString?exists><a href="${urlString}">${editMode}</a><#rt/></#if>
 <#if editContainerStyle?exists></div><#rt/></#if>

Modified: ofbiz/trunk/framework/widget/templates/textScreenMacroLibrary.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/templates/textScreenMacroLibrary.ftl?rev=785509&r1=785508&r2=785509&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/templates/textScreenMacroLibrary.ftl (original)
+++ ofbiz/trunk/framework/widget/templates/textScreenMacroLibrary.ftl Wed Jun 17 08:43:28 2009
@@ -36,7 +36,7 @@
 <#macro renderContentEnd></#macro>
 <#macro renderSubContentBegin></#macro>
 <#macro renderSubContentBody></#macro>
-<#macro renderSubContentEnd></#macro>
+<#macro renderSubContentEnd urlString editMode editContainerStyle editRequest enableEditValue></#macro>
 
 <#macro renderHorizontalSeparator id style></#macro>
 <#macro renderLabel text><#if text?exists>${text}</#if></#macro>

Modified: ofbiz/trunk/framework/widget/templates/xmlScreenMacroLibrary.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/templates/xmlScreenMacroLibrary.ftl?rev=785509&r1=785508&r2=785509&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/templates/xmlScreenMacroLibrary.ftl (original)
+++ ofbiz/trunk/framework/widget/templates/xmlScreenMacroLibrary.ftl Wed Jun 17 08:43:28 2009
@@ -41,7 +41,7 @@
 </#macro>
 <#macro renderSubContentBegin editContainerStyle editRequest enableEditValue></#macro>
 <#macro renderSubContentBody></#macro>
-<#macro renderSubContentEnd>
+<#macro renderSubContentEnd urlString editMode editContainerStyle editRequest enableEditValue>
 </#macro>
 
 <#macro renderHorizontalSeparator id style></#macro>