Commit 1ccb0fe1 authored by Romain Courteaud's avatar Romain Courteaud

2006-08-28 Romain

* Fix the group order in some Forms.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9514 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ff52f894
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
<key> <string>group_list</string> </key> <key> <string>group_list</string> </key>
<value> <value>
<list> <list>
<string>Default</string> <string>left</string>
<string>right</string> <string>right</string>
<string>center</string> <string>center</string>
<string>bottom</string> <string>bottom</string>
...@@ -79,16 +79,6 @@ ...@@ -79,16 +79,6 @@
<key> <string>groups</string> </key> <key> <string>groups</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>Default</string> </key>
<value>
<list>
<string>my_min_delay</string>
<string>my_max_delay</string>
<string>my_min_flow</string>
</list>
</value>
</item>
<item> <item>
<key> <string>bottom</string> </key> <key> <string>bottom</string> </key>
<value> <value>
...@@ -107,6 +97,16 @@ ...@@ -107,6 +97,16 @@
<list/> <list/>
</value> </value>
</item> </item>
<item>
<key> <string>left</string> </key>
<value>
<list>
<string>my_min_delay</string>
<string>my_max_delay</string>
<string>my_min_flow</string>
</list>
</value>
</item>
<item> <item>
<key> <string>right</string> </key> <key> <string>right</string> </key>
<value> <value>
......
2 3
\ 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