Commit 23d06039 authored by Ivan Tyagov's avatar Ivan Tyagov

Make renderer do what is designed to do (render a column layout). Leave other...

Make renderer do what is designed to do (render a column layout). Leave other parts outside of it.(CSS).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39536 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c7ceee9f
......@@ -34,11 +34,8 @@
</item>
<item>
<key> <string>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[
<value> <unicode encoding="cdata"><![CDATA[
<link href="erp5_knowledge_box_web_3columns.css" \n
rel="stylesheet" \n
type="text/css" />\n
<tal:block \n
tal:define="mode python: \'web_front\';\n
default_pad_group python: \'\';\n
......@@ -117,7 +114,7 @@
</tal:block>\n
]]></string> </value>
]]></unicode> </value>
</item>
<item>
<key> <string>content_type</string> </key>
......@@ -131,9 +128,13 @@
<key> <string>id</string> </key>
<value> <string>WebSite_viewHomeAreaFormRenderer</string> </value>
</item>
<item>
<key> <string>output_encoding</string> </key>
<value> <string>utf-8</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
<value> <unicode></unicode> </value>
</item>
</dictionary>
</pickle>
......
582
\ No newline at end of file
586
\ 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