Author: pranayp
Date: Tue Jun 7 12:44:52 2016
New Revision: 1747207
URL:
http://svn.apache.org/viewvc?rev=1747207&view=revLog:
[OFBIZ-7209] No functional change. Corrected formatting.
Modified:
ofbiz/trunk/framework/common/template/includes/ReportTemplate.fo.ftl
Modified: ofbiz/trunk/framework/common/template/includes/ReportTemplate.fo.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/template/includes/ReportTemplate.fo.ftl?rev=1747207&r1=1747206&r2=1747207&view=diff==============================================================================
--- ofbiz/trunk/framework/common/template/includes/ReportTemplate.fo.ftl (original)
+++ ofbiz/trunk/framework/common/template/includes/ReportTemplate.fo.ftl Tue Jun 7 12:44:52 2016
@@ -55,26 +55,26 @@ under the License.
in the right side cell the "topRight" template is included
-->
<#if sections.get("topLeft")?has_content || sections.get("topRight")?has_content>
- <fo:static-content flow-name="xsl-region-before">
- <fo:table table-layout="fixed" width="100%">
- <fo:table-column column-number="1" column-width="proportional-column-width(50)"/>
- <fo:table-column column-number="2" column-width="proportional-column-width(50)"/>
- <fo:table-body>
- <fo:table-row>
- <#if sections.get("topLeft")?has_content>
- <fo:table-cell>
-${sections.render("topLeft")}
- </fo:table-cell>
- </#if>
- <#if sections.get("topRight")?has_content>
- <fo:table-cell>
-${sections.render("topRight")}
- </fo:table-cell>
- </#if>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- </fo:static-content>
+ <fo:static-content flow-name="xsl-region-before">
+ <fo:table table-layout="fixed" width="100%">
+ <fo:table-column column-number="1" column-width="proportional-column-width(50)"/>
+ <fo:table-column column-number="2" column-width="proportional-column-width(50)"/>
+ <fo:table-body>
+ <fo:table-row>
+ <#if sections.get("topLeft")?has_content>
+ <fo:table-cell>
+ ${sections.render("topLeft")}
+ </fo:table-cell>
+ </#if>
+ <#if sections.get("topRight")?has_content>
+ <fo:table-cell>
+ ${sections.render("topRight")}
+ </fo:table-cell>
+ </#if>
+ </fo:table-row>
+ </fo:table-body>
+ </fo:table>
+ </fo:static-content>
</#if>
<#-- the footer -->