Commit 061a1bf1 authored by Bartek Górny's avatar Bartek Górny

white preview, with title and reference (#5)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10303 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 744d9bc7
......@@ -61,7 +61,9 @@
<key> <string>group_list</string> </key>
<value>
<list>
<string>Default</string>
<string>a</string>
<string>left</string>
<string>bottom</string>
</list>
</value>
</item>
......@@ -70,13 +72,28 @@
<value>
<dictionary>
<item>
<key> <string>Default</string> </key>
<key> <string>a</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>bottom</string> </key>
<value>
<list>
<string>html_representation</string>
</list>
</value>
</item>
<item>
<key> <string>left</string> </key>
<value>
<list>
<string>my_title</string>
<string>my_reference</string>
</list>
</value>
</item>
</dictionary>
</value>
</item>
......
......@@ -299,7 +299,11 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>here/getHtmlRepresentation</string> </value>
<value> <string encoding="cdata"><![CDATA[
python:\'<div style="background-color:white;color:black;">%s</div>\' % here.getHtmlRepresentation()
]]></string> </value>
</item>
</dictionary>
</pickle>
......
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