Commit 4baa6a0f authored by Ivan Tyagov's avatar Ivan Tyagov

Use generic Knowledge Pad column renderer.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40689 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d3c46321
......@@ -2,10 +2,7 @@
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
<tuple/>
</tuple>
<global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
</pickle>
<pickle>
<dictionary>
......@@ -104,16 +101,13 @@
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.WebSection_viewColumnTwo(default_pad_group=\'default_section_pad\')</string> </value>
<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>
</item>
</dictionary>
</pickle>
......
......@@ -107,7 +107,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.WebSection_viewColumnOne(default_pad_group=\'default_section_pad\', 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\', 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>
......
......@@ -12,7 +12,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts90687468.68</string> </value>
<value> <string>ts90693119.36</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -443,6 +443,7 @@ div.block-hover {\n
\tborder:none;\n
}\n
\n
/*\n
.gadget .inner .table-b{\n
table-layout: fixed;\n
overflow: scroll;\n
......@@ -487,6 +488,7 @@ div.block-hover {\n
.gadget p { \n
margin:0; \n
}\n
*/\n
\n
/* eof gadgets */\n
\n
......@@ -771,7 +773,7 @@ div.block fieldset.gadget-profile div.field{\n
</item>
<item>
<key> <string>size</string> </key>
<value> <int>12695</int> </value>
<value> <int>12701</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
1695
\ No newline at end of file
1697
\ 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