Commit 4a87330c authored by Łukasz Nowak's avatar Łukasz Nowak

- added rest of groups, moved title to center

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22362 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8e8c23a2
...@@ -74,7 +74,11 @@ ...@@ -74,7 +74,11 @@
<key> <string>group_list</string> </key> <key> <string>group_list</string> </key>
<value> <value>
<list> <list>
<string>Default</string> <string>left</string>
<string>center</string>
<string>right</string>
<string>bottom</string>
<string>hidden</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -83,13 +87,37 @@ ...@@ -83,13 +87,37 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>Default</string> </key> <key> <string>bottom</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>center</string> </key>
<value> <value>
<list> <list>
<string>my_title</string> <string>my_title</string>
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>hidden</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>left</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>right</string> </key>
<value>
<list/>
</value>
</item>
</dictionary> </dictionary>
</value> </value>
</item> </item>
......
228 230
\ 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