From ffb957cf2d9ac8e4804a5830e3675db7245e260a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Tue, 30 Oct 2007 21:47:28 +0000
Subject: [PATCH] the cell for the page break was using "report-title" style
 implicitly

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17301 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../erp5_accounting/AccountModule_viewBalanceSheetReport.xml | 5 ++++-
 .../AccountModule_viewProfitAndLossReport.xml                | 5 ++++-
 bt5/erp5_accounting/bt/revision                              | 2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewBalanceSheetReport.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewBalanceSheetReport.xml
index 07360819fd..6a4083df79 100644
--- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewBalanceSheetReport.xml
+++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewBalanceSheetReport.xml
@@ -138,6 +138,9 @@ dQEAAAAA</string> </value>
       <style:table-cell-properties style:vertical-align=\'middle\' style:repeat-content=\'false\' style:text-align-source=\'fix\' fo:border=\'none\'/>\n
       <style:paragraph-properties fo:text-align=\'center\'/>\n
     </style:style>\n
+    <style:style style:parent-style-name=\'Default\' style:family=\'table-cell\' style:name=\'empty-cell\'>\n
+      <style:table-cell-properties fo:border-left=\'none\' fo:border-bottom=\'none\' fo:border-right=\'none\' fo:border-top=\'none\'/>\n
+    </style:style>\n
     <style:style style:parent-style-name=\'Default\' style:family=\'table-cell\' style:name=\'bottom_border\'>\n
       <style:table-cell-properties fo:border-left=\'0.002cm solid #000000\' fo:border-bottom=\'0.002cm solid #000000\' fo:border-right=\'0.002cm solid #000000\' fo:border-top=\'none\'/>\n
     </style:style>\n
@@ -541,7 +544,7 @@ dQEAAAAA</string> </value>
       </tal:block> <!-- loop level 1 -->\n
       \n
       <table:table-row table:style-name=\'page-break\'>\n
-        <table:table-cell/>\n
+        <table:table-cell table:style-name=\'empty-cell\'/>\n
       </table:table-row>\n
 \n
 \n
diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewProfitAndLossReport.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewProfitAndLossReport.xml
index 0459631155..916afe45f7 100644
--- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewProfitAndLossReport.xml
+++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewProfitAndLossReport.xml
@@ -156,6 +156,9 @@ dQEAAAAA</string> </value>
       <style:table-cell-properties style:vertical-align=\'middle\' style:repeat-content=\'false\' style:text-align-source=\'fix\' fo:border=\'0.002cm solid #000000\'/>\n
       <style:paragraph-properties fo:text-align=\'center\'/>\n
     </style:style>\n
+    <style:style style:parent-style-name=\'Default\' style:family=\'table-cell\' style:name=\'empty-cell\'>\n
+      <style:table-cell-properties fo:border-left=\'none\' fo:border-bottom=\'none\' fo:border-right=\'none\' fo:border-top=\'none\'/>\n
+    </style:style>\n
     <style:style style:family=\'text\' style:name=\'T1\'>\n
       <style:text-properties fo:font-size=\'12pt\'/>\n
     </style:style>\n
@@ -527,7 +530,7 @@ dQEAAAAA</string> </value>
       </tal:block> <!-- loop level 1 -->\n
       \n
       <table:table-row table:style-name=\'page-break\'>\n
-        <table:table-cell />\n
+        <table:table-cell table:style-name=\'empty-cell\' />\n
       </table:table-row>\n
 \n
 \n
diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision
index c95da112f9..1b6db1e863 100644
--- a/bt5/erp5_accounting/bt/revision
+++ b/bt5/erp5_accounting/bt/revision
@@ -1 +1 @@
-459
\ No newline at end of file
+460
\ No newline at end of file
-- 
2.30.9