Commit e5f7afd0 authored by Rafael Monnerat's avatar Rafael Monnerat

Improve fields order at Form only.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32464 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 594139ce
...@@ -63,6 +63,8 @@ ...@@ -63,6 +63,8 @@
<value> <value>
<list> <list>
<string>left</string> <string>left</string>
<string>right</string>
<string>center</string>
<string>bottom</string> <string>bottom</string>
<string>hidden</string> <string>hidden</string>
</list> </list>
...@@ -80,6 +82,15 @@ ...@@ -80,6 +82,15 @@
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>center</string> </key>
<value>
<list>
<string>your_file</string>
<string>your_title</string>
</list>
</value>
</item>
<item> <item>
<key> <string>hidden</string> </key> <key> <string>hidden</string> </key>
<value> <value>
...@@ -91,10 +102,13 @@ ...@@ -91,10 +102,13 @@
<item> <item>
<key> <string>left</string> </key> <key> <string>left</string> </key>
<value> <value>
<list> <list/>
<string>your_file</string> </value>
<string>your_title</string> </item>
</list> <item>
<key> <string>right</string> </key>
<value>
<list/>
</value> </value>
</item> </item>
</dictionary> </dictionary>
......
554 555
\ 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