Commit dfed1896 authored by Ivan Tyagov's avatar Ivan Tyagov

Use generic Knowledge Pad column renderer.

Remove unnecessary KM theme DOM element.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40685 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 43b2911c
......@@ -2,10 +2,7 @@
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="EditorField" module="Products.ERP5Form.EditorField"/>
<tuple/>
</tuple>
<global name="EditorField" module="Products.ERP5Form.EditorField"/>
</pickle>
<pickle>
<dictionary>
......@@ -298,26 +295,20 @@
</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_content_pad\')</string> </value>
<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>
</item>
</dictionary>
</pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
</pickle>
<pickle>
<dictionary>
......
......@@ -301,7 +301,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.WebSection_viewColumnOne(default_pad_group=\'default_content_pad\', 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\', 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>ts90684440.87</string> </value>
<value> <string>ts90687468.68</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -749,7 +749,7 @@ div.gadget-tagged-documents div.listbox-head-content{\n
\n
/* Worklist gadget */\n
div.block div.box_inner_content div.worklist_list ul {\n
padding-left: 0.5em;\n
padding-left: 1em;\n
}\n
\n
\n
......@@ -771,7 +771,7 @@ div.block fieldset.gadget-profile div.field{\n
</item>
<item>
<key> <string>size</string> </key>
<value> <int>12697</int> </value>
<value> <int>12695</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -175,7 +175,6 @@
</tal:block>\n
</tal:block>\n
\n
<div id="content_back_km">\n
<!-- Headline Box -->\n
<!-- Layout form rendering -->\n
<div id="km_left" \n
......@@ -214,12 +213,10 @@
</tal:block>\n
</tal:block>\n
</div>\n
<br/><br/>\n
<!-- Top Bar: navigation and search -->\n
<!-- Layout form rendering -->\n
</div>\n
\n
</div>\n
\n
<tal:block tal:condition="python: layout_form is not None">\n
<tal:block tal:repeat="aggregate python: [(\'footer\', footer_area)]">\n
......
1694
\ No newline at end of file
1695
\ 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