Commit 27a452e9 authored by Gabriel Monnerat's avatar Gabriel Monnerat

fix param name and added param to display one column only

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44155 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 77d361cb
......@@ -88,10 +88,11 @@
</div>\n
<div class="front_pad">\n
<!-- XXX - Use WebSection_viewKnowledgePadColumn to display one column only -->\n
<div tal:content="structure python: here.ERP5Site_viewHomeAreaRenderer(gadget_mode=\'web_front\',\n
<div tal:content="structure python: here.ERP5Site_viewHomeAreaRenderer(mode=\'web_front\',\n
default_pad_group=\'\',\n
create_default_pad=True, \n
make_security_check=True)"\n
make_security_check=True,\n
columns=1)"\n
class="draggable_wrapper"/>\n
</div>\n
</div>
......
280
\ No newline at end of file
281
\ 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