svn commit: r1684232 - /ofbiz/trunk/framework/widget/templates/foFormMacroLibrary.ftl

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

svn commit: r1684232 - /ofbiz/trunk/framework/widget/templates/foFormMacroLibrary.ftl

ccarlow
Author: ccarlow
Date: Mon Jun  8 17:56:47 2015
New Revision: 1684232

URL: http://svn.apache.org/r1684232
Log:
Adding support for styles for foFormMacroLibrary.ftl renderFormatListWrapperOpen

https://issues.apache.org/jira/browse/OFBIZ-6483

Modified:
    ofbiz/trunk/framework/widget/templates/foFormMacroLibrary.ftl

Modified: ofbiz/trunk/framework/widget/templates/foFormMacroLibrary.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/templates/foFormMacroLibrary.ftl?rev=1684232&r1=1684231&r2=1684232&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/templates/foFormMacroLibrary.ftl (original)
+++ ofbiz/trunk/framework/widget/templates/foFormMacroLibrary.ftl Mon Jun  8 17:56:47 2015
@@ -82,7 +82,7 @@ under the License.
 <#macro renderFormClose focusFieldName formName containerId hasRequiredField></fo:block></#macro>
 <#macro renderMultiFormClose></#macro>
     
-<#macro renderFormatListWrapperOpen formName style columnStyles><fo:table border="solid black"><#list columnStyles as columnStyle><fo:table-column<#if columnStyle?has_content> <@getFoStyle columnStyle/></#if>/></#list></#macro>
+<#macro renderFormatListWrapperOpen formName style columnStyles><fo:table border="solid black" <@getFoStyle style/>><#list columnStyles as columnStyle><fo:table-column<#if columnStyle?has_content> <@getFoStyle columnStyle/></#if>/></#list></#macro>
 <#macro renderFormatListWrapperClose formName></fo:table-body></fo:table></#macro>
 
 <#macro renderFormatHeaderRowOpen style><fo:table-header><fo:table-row></#macro>