Commit 5b3ece4e authored by Romain Courteaud's avatar Romain Courteaud

Add a link to the first level of web sections

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19443 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e5e733e1
......@@ -107,8 +107,11 @@ Description:\n
<div style="width:50%;float:left;" class="tabbertabcont">\n
<tal:block tal:repeat="section python:section_list[0:half_count]">\n
<ul>\n
<li value="" i18n:translate=""\n
i18n:domain="ui" tal:content="section/getTitle">Departments and Divisions:</li>\n
<li>\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
......@@ -133,8 +136,11 @@ Description:\n
<div style="width:50%;float:right;" class="tabbertabcont">\n
<tal:block tal:repeat="section python:section_list[half_count:]">\n
<ul>\n
<li value="" i18n:translate=""\n
i18n:domain="ui" tal:content="section/getTitle">Departments and Divisions:</li>\n
<li>\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
......
623
\ No newline at end of file
624
\ 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