Commit bd23f2d3 authored by Fabien Morin's avatar Fabien Morin

fix some small problems : some form group were not good, some field sizes too

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29374 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6b4ae347
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,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>
...@@ -64,14 +64,6 @@ ...@@ -64,14 +64,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_title</string>
</list>
</value>
</item>
<item> <item>
<key> <string>bottom</string> </key> <key> <string>bottom</string> </key>
<value> <value>
...@@ -96,6 +88,14 @@ ...@@ -96,6 +88,14 @@
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>left</string> </key>
<value>
<list>
<string>my_title</string>
</list>
</value>
</item>
<item> <item>
<key> <string>right</string> </key> <key> <string>right</string> </key>
<value> <value>
......
...@@ -76,9 +76,7 @@ ...@@ -76,9 +76,7 @@
<item> <item>
<key> <string>center</string> </key> <key> <string>center</string> </key>
<value> <value>
<list> <list/>
<string>my_comment</string>
</list>
</value> </value>
</item> </item>
<item> <item>
...@@ -102,7 +100,9 @@ ...@@ -102,7 +100,9 @@
<item> <item>
<key> <string>right</string> </key> <key> <string>right</string> </key>
<value> <value>
<list/> <list>
<string>my_comment</string>
</list>
</value> </value>
</item> </item>
</dictionary> </dictionary>
......
...@@ -272,7 +272,7 @@ ...@@ -272,7 +272,7 @@
</item> </item>
<item> <item>
<key> <string>width</string> </key> <key> <string>width</string> </key>
<value> <int>80</int> </value> <value> <int>40</int> </value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
......
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
<key> <string>group_list</string> </key> <key> <string>group_list</string> </key>
<value> <value>
<list> <list>
<string>Default</string> <string>left</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>Default</string> </key> <key> <string>left</string> </key>
<value> <value>
<list> <list>
<string>my_instructions</string> <string>my_instructions</string>
......
338 339
\ 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