Commit ffb957cf authored by Jérome Perrin's avatar Jérome Perrin

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
parent eaa82215
......@@ -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
......
......@@ -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
......
459
\ No newline at end of file
460
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment