svn commit: r1715756 - in /ofbiz/trunk/framework/widget/templates: csvFormMacroLibrary.ftl textFormMacroLibrary.ftl xmlFormMacroLibrary.ftl

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

svn commit: r1715756 - in /ofbiz/trunk/framework/widget/templates: csvFormMacroLibrary.ftl textFormMacroLibrary.ftl xmlFormMacroLibrary.ftl

nmalin
Author: nmalin
Date: Mon Nov 23 10:42:55 2015
New Revision: 1715756

URL: http://svn.apache.org/viewvc?rev=1715756&view=rev
Log:
complete commit r1710727 on OFBIZ-6354 that adding new ftl macros renderFormatHeaderOpen and renderFormatHeaderClose on htmlFromMacroLibrary.ftl. This commit adding these macro on textFormMacroLibrary.ftl, xmlFormMacroLibrary.ftl and csvFormMacroLibrary.ftl. The unit test widgettests now pass without failure

Modified:
    ofbiz/trunk/framework/widget/templates/csvFormMacroLibrary.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=1715756&r1=1715755&r2=1715756&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/templates/csvFormMacroLibrary.ftl (original)
+++ ofbiz/trunk/framework/widget/templates/csvFormMacroLibrary.ftl Mon Nov 23 10:42:55 2015
@@ -60,6 +60,8 @@ under the License.
 <#macro renderFormatListWrapperOpen formName style columnStyles></#macro>
 <#macro renderFormatListWrapperClose formName></#macro>
 
+<#macro renderFormatHeaderOpen></#macro>
+<#macro renderFormatHeaderClose></#macro>
 <#macro renderFormatHeaderRowOpen style></#macro>
 <#macro renderFormatHeaderRowClose>
 

Modified: ofbiz/trunk/framework/widget/templates/textFormMacroLibrary.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/templates/textFormMacroLibrary.ftl?rev=1715756&r1=1715755&r2=1715756&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/templates/textFormMacroLibrary.ftl (original)
+++ ofbiz/trunk/framework/widget/templates/textFormMacroLibrary.ftl Mon Nov 23 10:42:55 2015
@@ -60,6 +60,8 @@ under the License.
 <#macro renderFormatListWrapperOpen formName style columnStyles></#macro>
 <#macro renderFormatListWrapperClose formName></#macro>
 
+<#macro renderFormatHeaderOpen></#macro>
+<#macro renderFormatHeaderClose></#macro>
 <#macro renderFormatHeaderRowOpen style></#macro>
 <#macro renderFormatHeaderRowClose>
 

Modified: ofbiz/trunk/framework/widget/templates/xmlFormMacroLibrary.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/templates/xmlFormMacroLibrary.ftl?rev=1715756&r1=1715755&r2=1715756&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/templates/xmlFormMacroLibrary.ftl (original)
+++ ofbiz/trunk/framework/widget/templates/xmlFormMacroLibrary.ftl Mon Nov 23 10:42:55 2015
@@ -65,6 +65,8 @@ under the License.
 <#macro renderFormClose focusFieldName formName containerId hasRequiredField></#macro>
 <#macro renderMultiFormClose></#macro>
 
+<#macro renderFormatHeaderOpen></#macro>
+<#macro renderFormatHeaderClose></#macro>
 <#macro renderFormatHeaderRowOpen style></#macro>
 <#macro renderFormatHeaderRowClose>
 </#macro>