Commit cce2c720 authored by Rafael Monnerat's avatar Rafael Monnerat

Use center instead bottom for Path.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21391 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4032c6f3
...@@ -3,11 +3,8 @@ ...@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="ERP5Form" module="Products.ERP5Form.Form"/>
<string>Products.ERP5Form.Form</string> <tuple/>
<string>ERP5Form</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -71,7 +68,7 @@ ...@@ -71,7 +68,7 @@
<string>right</string> <string>right</string>
<string>center_left</string> <string>center_left</string>
<string>center_right</string> <string>center_right</string>
<string>bottom</string> <string>center</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -80,7 +77,7 @@ ...@@ -80,7 +77,7 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>bottom</string> </key> <key> <string>center</string> </key>
<value> <value>
<list> <list>
<string>my_template_path_list</string> <string>my_template_path_list</string>
......
832 833
\ No newline at end of file \ 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