Commit c3ddd80e authored by Mayoro Diagne's avatar Mayoro Diagne

2008-09-17: mayoro

- making appendix at the same level then Business Templates in ODT mode

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23671 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cdc0b759
......@@ -185,7 +185,7 @@ for section in section_list:\n
if portal_skin is not None and portal_skin=="ODT":\n
result.append(\n
ReportSection(\n
level=3,\n
level=2,\n
title="Appendix",\n
form_id=\'\')\n
)\n
......@@ -193,7 +193,7 @@ if portal_skin is not None and portal_skin=="ODT":\n
propertysheet = dict().fromkeys([x.split(\'/\')[-1].split(\'.\')[0] for x in property_sheets_list]).keys()\n
result.append(\n
ReportSection(\n
level=4,\n
level=3,\n
title="Class Methods",\n
form_id=\'\')\n
)\n
......@@ -206,7 +206,7 @@ if portal_skin is not None and portal_skin=="ODT":\n
)\n
result.append(\n
ReportSection(\n
level=4,\n
level=3,\n
title="Property Sheets",\n
form_id=\'\')\n
)\n
......
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