Author: jacopoc
Date: Sun Nov 29 18:15:18 2009
New Revision: 885252
URL: http://svn.apache.org/viewvc?rev=885252&view=rev
Log:
Updated signature for renderSubmitField macro for text, xml, fo, csv
Modified:
ofbiz/trunk/framework/widget/templates/csvFormMacroLibrary.ftl
ofbiz/trunk/framework/widget/templates/foFormMacroLibrary.ftl
ofbiz/trunk/framework/widget/templates/textFormMacroLibrary.ftl
ofbiz/trunk/framework/widget/templates/xmlFormMacroLibrary.ftl
Modified: ofbiz/trunk/framework/widget/templates/csvFormMacroLibrary.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/templates/csvFormMacroLibrary.ftl?rev=885252&r1=885251&r2=885252&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/templates/csvFormMacroLibrary.ftl (original)
+++ ofbiz/trunk/framework/widget/templates/csvFormMacroLibrary.ftl Sun Nov 29
18:15:18 2009
@@ -44,7 +44,7 @@
<#macro renderCheckField items className alert allChecked currentValue name
event action></#macro>
<#macro renderRadioField items className alert currentValue
noCurrentSelectedKey name event ation></#macro>
-<#macro renderSubmitField buttonType className alert formName title name event
action imgSrc containerId ajaxUrl></#macro>
+<#macro renderSubmitField buttonType className alert formName title name event
action imgSrc confirmation containerId ajaxUrl></#macro>
<#macro renderResetField className alert name title></#macro>
<#macro renderHiddenField name value></#macro>
Modified: ofbiz/trunk/framework/widget/templates/foFormMacroLibrary.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/templates/foFormMacroLibrary.ftl?rev=885252&r1=885251&r2=885252&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/templates/foFormMacroLibrary.ftl (original)
+++ ofbiz/trunk/framework/widget/templates/foFormMacroLibrary.ftl Sun Nov 29
18:15:18 2009
@@ -62,7 +62,7 @@
<#macro renderCheckField items className alert allChecked currentValue name
event action><@makeBlock "" "" /></#macro>
<#macro renderRadioField items className alert currentValue
noCurrentSelectedKey name event ation><@makeBlock "" "" /></#macro>
-<#macro renderSubmitField buttonType className alert formName title name event
action imgSrc containerId ajaxUrl><@makeBlock "" "" /></#macro>
+<#macro renderSubmitField buttonType className alert formName title name event
action imgSrc confirmation containerId ajaxUrl><@makeBlock "" "" /></#macro>
<#macro renderResetField className alert name title><@makeBlock "" ""
/></#macro>
<#macro renderHiddenField name value></#macro>
Modified: ofbiz/trunk/framework/widget/templates/textFormMacroLibrary.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/templates/textFormMacroLibrary.ftl?rev=885252&r1=885251&r2=885252&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/templates/textFormMacroLibrary.ftl (original)
+++ ofbiz/trunk/framework/widget/templates/textFormMacroLibrary.ftl Sun Nov 29
18:15:18 2009
@@ -44,7 +44,7 @@
<#macro renderCheckField items className alert allChecked currentValue name
event action></#macro>
<#macro renderRadioField items className alert currentValue
noCurrentSelectedKey name event ation></#macro>
-<#macro renderSubmitField buttonType className alert formName title name event
action imgSrc containerId ajaxUrl></#macro>
+<#macro renderSubmitField buttonType className alert formName title name event
action imgSrc confirmation containerId ajaxUrl></#macro>
<#macro renderResetField className alert name title></#macro>
<#macro renderHiddenField name value></#macro>
Modified: ofbiz/trunk/framework/widget/templates/xmlFormMacroLibrary.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/templates/xmlFormMacroLibrary.ftl?rev=885252&r1=885251&r2=885252&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/templates/xmlFormMacroLibrary.ftl (original)
+++ ofbiz/trunk/framework/widget/templates/xmlFormMacroLibrary.ftl Sun Nov 29
18:15:18 2009
@@ -57,7 +57,7 @@
<#macro renderCheckField items className alert allChecked currentValue name
event action></#macro>
<#macro renderRadioField items className alert currentValue
noCurrentSelectedKey name event action></#macro>
-<#macro renderSubmitField buttonType className alert formName title name event
action imgSrc containerId ajaxUrl></#macro>
+<#macro renderSubmitField buttonType className alert formName title name event
action imgSrc confirmation containerId ajaxUrl></#macro>
<#macro renderResetField className alert name title></#macro>
<#macro renderHiddenField name value></#macro>