Commit 56522060 authored by Fabien Morin's avatar Fabien Morin

admin toolbar was broken by r34437. Fix it.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35172 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 50cb5f6a
......@@ -89,7 +89,7 @@
dummy python: request.set(\'dialog_mode\', dialog_mode);\n
dummy python: request.set(\'list_mode\', list_mode);\n
aggregate python: has_no_layout or layout_form.Form_getGroupList(\n
[\'header\', \'navbar\', \'headline\', \'subcontent\', \'footer\', \'bottom\']);\n
[\'header\', \'navbar\', \'headline\', \'subcontent\', \'bottom\', \'footer\']);\n
aggregate python: ((aggregate is not has_no_layout) and dict(aggregate)) or {};\n
header_area python:aggregate.get(\'header\', []);\n
navbar_area python:aggregate.get(\'navbar\', []);\n
......@@ -202,7 +202,8 @@
</tal:block>\n
</tal:block>\n
</body>\n
</html>
</html>\n
]]></string> </value>
</item>
......
179
\ No newline at end of file
180
\ 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