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 ...@@ -185,7 +185,7 @@ for section in section_list:\n
if portal_skin is not None and portal_skin=="ODT":\n if portal_skin is not None and portal_skin=="ODT":\n
result.append(\n result.append(\n
ReportSection(\n ReportSection(\n
level=3,\n level=2,\n
title="Appendix",\n title="Appendix",\n
form_id=\'\')\n form_id=\'\')\n
)\n )\n
...@@ -193,7 +193,7 @@ if portal_skin is not None and portal_skin=="ODT":\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 propertysheet = dict().fromkeys([x.split(\'/\')[-1].split(\'.\')[0] for x in property_sheets_list]).keys()\n
result.append(\n result.append(\n
ReportSection(\n ReportSection(\n
level=4,\n level=3,\n
title="Class Methods",\n title="Class Methods",\n
form_id=\'\')\n form_id=\'\')\n
)\n )\n
...@@ -206,7 +206,7 @@ if portal_skin is not None and portal_skin=="ODT":\n ...@@ -206,7 +206,7 @@ if portal_skin is not None and portal_skin=="ODT":\n
)\n )\n
result.append(\n result.append(\n
ReportSection(\n ReportSection(\n
level=4,\n level=3,\n
title="Property Sheets",\n title="Property Sheets",\n
form_id=\'\')\n form_id=\'\')\n
)\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