Commit 6905f82a authored by Romain Courteaud's avatar Romain Courteaud

Insert the sub list inside the parent list element, in order to get automatic indentation

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19446 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 68d605ac
......@@ -111,7 +111,6 @@ Description:\n
<a i18n:translate="" i18n:domain="ui" \n
tal:content="section/getTitle"\n
tal:attributes="href section/absolute_url"/>\n
</li>\n
<ul>\n
<li tal:repeat="root_section python:section.contentValues(checked_permission=\'View\')">\n
<a tal:content="root_section/getTitle"\n
......@@ -128,6 +127,7 @@ Description:\n
</div>\n
</li>\n
</ul>\n
</li>\n
</ul>\n
</tal:block>\n
</div>\n
......@@ -140,7 +140,6 @@ Description:\n
<a i18n:translate="" i18n:domain="ui" \n
tal:content="section/getTitle"\n
tal:attributes="href section/absolute_url"/>\n
</li>\n
<ul>\n
<li tal:repeat="root_section python:section.contentValues(checked_permission=\'View\')">\n
<a tal:content="root_section/getTitle"\n
......@@ -157,6 +156,7 @@ Description:\n
</div>\n
</li>\n
</ul>\n
</li>\n
</ul>\n
</tal:block>\n
</div>\n
......
624
\ No newline at end of file
625
\ 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