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

Use OOo builtin styles "Heading 1", "Heading 2" ... for report section title....

Use OOo builtin styles "Heading 1", "Heading 2" ... for report section title. This way we can navigate in the document, or make an automatic TOC

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17351 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 74e00b46
......@@ -325,7 +325,7 @@ bWxQSwUGAAAAAAIAAgCeAAAAhwwAAAAA</string> </value>
<tal:block tal:condition="report_item/getTitle">\n
<text:p\n
tal:content="report_item/getTitle"\n
tal:attributes="text:style-name string:report-title-${report_item/getLevel}"\n
tal:attributes="text:style-name string:Heading_20_${report_item/getLevel}"\n
>report item title</text:p><text:p/>\n
</tal:block>\n
\n
......
18
\ No newline at end of file
19
\ 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