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 @@
<key> <string>group_list</string> </key>
<value>
<list>
<string>Default</string>
<string>left</string>
<string>right</string>
<string>center</string>
<string>bottom</string>
......@@ -64,14 +64,6 @@
<key> <string>groups</string> </key>
<value>
<dictionary>
<item>
<key> <string>Default</string> </key>
<value>
<list>
<string>my_title</string>
</list>
</value>
</item>
<item>
<key> <string>bottom</string> </key>
<value>
......@@ -96,6 +88,14 @@
</list>
</value>
</item>
<item>
<key> <string>left</string> </key>
<value>
<list>
<string>my_title</string>
</list>
</value>
</item>
<item>
<key> <string>right</string> </key>
<value>
......
......@@ -76,9 +76,7 @@
<item>
<key> <string>center</string> </key>
<value>
<list>
<string>my_comment</string>
</list>
<list/>
</value>
</item>
<item>
......@@ -102,7 +100,9 @@
<item>
<key> <string>right</string> </key>
<value>
<list/>
<list>
<string>my_comment</string>
</list>
</value>
</item>
</dictionary>
......
......@@ -272,7 +272,7 @@
</item>
<item>
<key> <string>width</string> </key>
<value> <int>80</int> </value>
<value> <int>40</int> </value>
</item>
</dictionary>
</value>
......
......@@ -52,7 +52,7 @@
<key> <string>group_list</string> </key>
<value>
<list>
<string>Default</string>
<string>left</string>
</list>
</value>
</item>
......@@ -61,7 +61,7 @@
<value>
<dictionary>
<item>
<key> <string>Default</string> </key>
<key> <string>left</string> </key>
<value>
<list>
<string>my_instructions</string>
......
338
\ No newline at end of file
339
\ 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