Commit 5d2f1798 authored by Ivan Tyagov's avatar Ivan Tyagov

Use more flexible configuration approach introduced in r42611 rather than rely on defaults.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42612 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1ead881f
......@@ -301,7 +301,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.WebSection_viewKnowledgePadColumn(default_pad_group=\'default_content_pad\', pad_column=1, use_anonymous_knowledge_pad=context.getLayoutProperty(\'layout_force_anonymous_gadget\',False))</string> </value>
<value> <string>python: here.WebSection_viewKnowledgePadColumn(default_pad_group=\'default_content_pad\', mode=\'web_section\', pad_column=1, create_default_pad=False, make_security_check=False, use_anonymous_knowledge_pad=context.getLayoutProperty(\'layout_force_anonymous_gadget\',False))</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -301,7 +301,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.WebSection_viewKnowledgePadColumn(default_pad_group=\'default_content_pad\', pad_column=0, create_default_pad=True, make_security_check=True, use_anonymous_knowledge_pad=context.getLayoutProperty(\'layout_force_anonymous_gadget\',False))</string> </value>
<value> <string>python: here.WebSection_viewKnowledgePadColumn(default_pad_group=\'default_content_pad\', mode=\'web_section\', pad_column=0, create_default_pad=True, make_security_check=True, use_anonymous_knowledge_pad=context.getLayoutProperty(\'layout_force_anonymous_gadget\',False))</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -65,7 +65,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
<tal:block metal:use-macro="here/main_template/macros/master">\n
<tal:block metal:fill-slot="main">\n
<div class="front_pad">\n
<div tal:content="structure python: here.ERP5Site_viewHomeAreaRenderer(mode= \'web_front\', default_pad_group=\'\')"\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
class="draggable_wrapper"/>\n
</div>\n
</tal:block>\n
......@@ -88,7 +91,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
</item>
<item>
<key> <string>output_encoding</string> </key>
<value> <string>utf-8</string> </value>
<value> <string>iso-8859-15</string> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -107,7 +107,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.WebSection_viewKnowledgePadColumn(default_pad_group=\'default_section_pad\', pad_column=1, use_anonymous_knowledge_pad=context.getLayoutProperty(\'layout_force_anonymous_gadget\',False))</string> </value>
<value> <string>python: here.WebSection_viewKnowledgePadColumn(default_pad_group=\'default_section_pad\', mode=\'web_section\', pad_column=1, use_anonymous_knowledge_pad=context.getLayoutProperty(\'layout_force_anonymous_gadget\',False))</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -107,7 +107,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.WebSection_viewKnowledgePadColumn(default_pad_group=\'default_section_pad\', pad_column=0, create_default_pad=True, make_security_check=True, use_anonymous_knowledge_pad=context.getLayoutProperty(\'layout_force_anonymous_gadget\',False))</string> </value>
<value> <string>python: here.WebSection_viewKnowledgePadColumn(default_pad_group=\'default_section_pad\', mode=\'web_section\', pad_column=0, create_default_pad=True, make_security_check=True, use_anonymous_knowledge_pad=context.getLayoutProperty(\'layout_force_anonymous_gadget\',False))</string> </value>
</item>
</dictionary>
</pickle>
......
1738
\ No newline at end of file
1739
\ 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