You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by pr...@apache.org on 2016/06/07 12:47:02 UTC

svn commit: r1747209 - /ofbiz/branches/release15.12/framework/common/webcommon/includes/reportTemplate.fo.ftl

Author: pranayp
Date: Tue Jun  7 12:47:02 2016
New Revision: 1747209

URL: http://svn.apache.org/viewvc?rev=1747209&view=rev
Log:
[OFBIZ-7209] No functional change. Corrected formatting.

Modified:
    ofbiz/branches/release15.12/framework/common/webcommon/includes/reportTemplate.fo.ftl

Modified: ofbiz/branches/release15.12/framework/common/webcommon/includes/reportTemplate.fo.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release15.12/framework/common/webcommon/includes/reportTemplate.fo.ftl?rev=1747209&r1=1747208&r2=1747209&view=diff
==============================================================================
--- ofbiz/branches/release15.12/framework/common/webcommon/includes/reportTemplate.fo.ftl (original)
+++ ofbiz/branches/release15.12/framework/common/webcommon/includes/reportTemplate.fo.ftl Tue Jun  7 12:47:02 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 -->