Commit 5dd87f55 authored by Vincent Pelletier's avatar Vincent Pelletier

Revert changes in form to make them work in xhtml.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8198 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 09c7d406
...@@ -70,6 +70,8 @@ ...@@ -70,6 +70,8 @@
<string>left</string> <string>left</string>
<string>right</string> <string>right</string>
<string>center</string> <string>center</string>
<string>bottom</string>
<string>hidden</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -77,6 +79,12 @@ ...@@ -77,6 +79,12 @@
<key> <string>groups</string> </key> <key> <string>groups</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>bottom</string> </key>
<value>
<list/>
</value>
</item>
<item> <item>
<key> <string>center</string> </key> <key> <string>center</string> </key>
<value> <value>
...@@ -85,6 +93,12 @@ ...@@ -85,6 +93,12 @@
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>hidden</string> </key>
<value>
<list/>
</value>
</item>
<item> <item>
<key> <string>left</string> </key> <key> <string>left</string> </key>
<value> <value>
......
...@@ -67,7 +67,11 @@ ...@@ -67,7 +67,11 @@
<key> <string>group_list</string> </key> <key> <string>group_list</string> </key>
<value> <value>
<list> <list>
<string>bottom</string> <string>Left</string>
<string>Right</string>
<string>Center</string>
<string>Bottom</string>
<string>Hidden</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -76,13 +80,37 @@ ...@@ -76,13 +80,37 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>bottom</string> </key> <key> <string>Bottom</string> </key>
<value> <value>
<list> <list>
<string>image_view</string> <string>image_view</string>
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>Center</string> </key>
<value>
<list/>
</value>
</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>
......
...@@ -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>left</string> <string>Default</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>left</string> </key> <key> <string>Default</string> </key>
<value> <value>
<list> <list>
<string>your_import_file</string> <string>your_import_file</string>
......
...@@ -67,9 +67,10 @@ ...@@ -67,9 +67,10 @@
<key> <string>group_list</string> </key> <key> <string>group_list</string> </key>
<value> <value>
<list> <list>
<string>left</string> <string>Left</string>
<string>right</string> <string>Right</string>
<string>center</string> <string>Middle</string>
<string>List</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -78,15 +79,7 @@ ...@@ -78,15 +79,7 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>center</string> </key> <key> <string>Left</string> </key>
<value>
<list>
<string>my_description</string>
</list>
</value>
</item>
<item>
<key> <string>left</string> </key>
<value> <value>
<list> <list>
<string>my_id</string> <string>my_id</string>
...@@ -99,7 +92,21 @@ ...@@ -99,7 +92,21 @@
</value> </value>
</item> </item>
<item> <item>
<key> <string>right</string> </key> <key> <string>List</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>Middle</string> </key>
<value>
<list>
<string>my_description</string>
</list>
</value>
</item>
<item>
<key> <string>Right</string> </key>
<value> <value>
<list> <list>
<string>my_destination_title</string> <string>my_destination_title</string>
......
...@@ -71,6 +71,7 @@ ...@@ -71,6 +71,7 @@
<string>right</string> <string>right</string>
<string>center</string> <string>center</string>
<string>bottom</string> <string>bottom</string>
<string>hidden</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -94,6 +95,12 @@ ...@@ -94,6 +95,12 @@
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>hidden</string> </key>
<value>
<list/>
</value>
</item>
<item> <item>
<key> <string>left</string> </key> <key> <string>left</string> </key>
<value> <value>
......
...@@ -70,6 +70,8 @@ ...@@ -70,6 +70,8 @@
<string>left</string> <string>left</string>
<string>right</string> <string>right</string>
<string>center</string> <string>center</string>
<string>bottom</string>
<string>hidden</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -77,6 +79,12 @@ ...@@ -77,6 +79,12 @@
<key> <string>groups</string> </key> <key> <string>groups</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>bottom</string> </key>
<value>
<list/>
</value>
</item>
<item> <item>
<key> <string>center</string> </key> <key> <string>center</string> </key>
<value> <value>
...@@ -85,6 +93,12 @@ ...@@ -85,6 +93,12 @@
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>hidden</string> </key>
<value>
<list/>
</value>
</item>
<item> <item>
<key> <string>left</string> </key> <key> <string>left</string> </key>
<value> <value>
......
...@@ -67,6 +67,9 @@ ...@@ -67,6 +67,9 @@
<key> <string>group_list</string> </key> <key> <string>group_list</string> </key>
<value> <value>
<list> <list>
<string>left</string>
<string>right</string>
<string>center</string>
<string>bottom</string> <string>bottom</string>
</list> </list>
</value> </value>
...@@ -77,12 +80,30 @@ ...@@ -77,12 +80,30 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>bottom</string> </key> <key> <string>bottom</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>center</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>left</string> </key>
<value> <value>
<list> <list>
<string>listbox</string> <string>listbox</string>
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>right</string> </key>
<value>
<list/>
</value>
</item>
</dictionary> </dictionary>
</value> </value>
</item> </item>
...@@ -100,7 +121,7 @@ ...@@ -100,7 +121,7 @@
</item> </item>
<item> <item>
<key> <string>pt</string> </key> <key> <string>pt</string> </key>
<value> <string>list_main</string> </value> <value> <string>form_list</string> </value>
</item> </item>
<item> <item>
<key> <string>row_length</string> </key> <key> <string>row_length</string> </key>
......
...@@ -69,6 +69,7 @@ ...@@ -69,6 +69,7 @@
<list> <list>
<string>left</string> <string>left</string>
<string>right</string> <string>right</string>
<string>center</string>
<string>bottom</string> <string>bottom</string>
<string>hidden</string> <string>hidden</string>
</list> </list>
...@@ -86,6 +87,12 @@ ...@@ -86,6 +87,12 @@
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>center</string> </key>
<value>
<list/>
</value>
</item>
<item> <item>
<key> <string>hidden</string> </key> <key> <string>hidden</string> </key>
<value> <value>
......
...@@ -68,6 +68,8 @@ ...@@ -68,6 +68,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>
...@@ -85,6 +87,12 @@ ...@@ -85,6 +87,12 @@
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>center</string> </key>
<value>
<list/>
</value>
</item>
<item> <item>
<key> <string>hidden</string> </key> <key> <string>hidden</string> </key>
<value> <value>
...@@ -103,6 +111,12 @@ ...@@ -103,6 +111,12 @@
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>right</string> </key>
<value>
<list/>
</value>
</item>
</dictionary> </dictionary>
</value> </value>
</item> </item>
...@@ -120,7 +134,7 @@ ...@@ -120,7 +134,7 @@
</item> </item>
<item> <item>
<key> <string>pt</string> </key> <key> <string>pt</string> </key>
<value> <string>form_dialog</string> </value> <value> <string>form_view_dialog</string> </value>
</item> </item>
<item> <item>
<key> <string>row_length</string> </key> <key> <string>row_length</string> </key>
......
...@@ -68,6 +68,7 @@ ...@@ -68,6 +68,7 @@
<value> <value>
<list> <list>
<string>left</string> <string>left</string>
<string>right</string>
<string>center</string> <string>center</string>
</list> </list>
</value> </value>
...@@ -93,6 +94,12 @@ ...@@ -93,6 +94,12 @@
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>right</string> </key>
<value>
<list/>
</value>
</item>
</dictionary> </dictionary>
</value> </value>
</item> </item>
......
...@@ -68,6 +68,8 @@ ...@@ -68,6 +68,8 @@
<value> <value>
<list> <list>
<string>left</string> <string>left</string>
<string>right</string>
<string>center</string>
<string>bottom</string> <string>bottom</string>
</list> </list>
</value> </value>
...@@ -84,6 +86,12 @@ ...@@ -84,6 +86,12 @@
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>center</string> </key>
<value>
<list/>
</value>
</item>
<item> <item>
<key> <string>left</string> </key> <key> <string>left</string> </key>
<value> <value>
...@@ -93,6 +101,12 @@ ...@@ -93,6 +101,12 @@
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>right</string> </key>
<value>
<list/>
</value>
</item>
</dictionary> </dictionary>
</value> </value>
</item> </item>
......
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
<list> <list>
<string>left</string> <string>left</string>
<string>right</string> <string>right</string>
<string>center</string> <string>description</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>center</string> </key> <key> <string>description</string> </key>
<value> <value>
<list> <list>
<string>my_description</string> <string>my_description</string>
......
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
<list> <list>
<string>left</string> <string>left</string>
<string>right</string> <string>right</string>
<string>center</string> <string>description</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>center</string> </key> <key> <string>description</string> </key>
<value> <value>
<list> <list>
<string>my_description</string> <string>my_description</string>
......
...@@ -67,7 +67,11 @@ ...@@ -67,7 +67,11 @@
<key> <string>group_list</string> </key> <key> <string>group_list</string> </key>
<value> <value>
<list> <list>
<string>bottom</string> <string>Left</string>
<string>Right</string>
<string>Center</string>
<string>Bottom</string>
<string>Hidden</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -76,13 +80,37 @@ ...@@ -76,13 +80,37 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>bottom</string> </key> <key> <string>Bottom</string> </key>
<value> <value>
<list> <list>
<string>image_view</string> <string>image_view</string>
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>Center</string> </key>
<value>
<list/>
</value>
</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>
......
...@@ -67,6 +67,9 @@ ...@@ -67,6 +67,9 @@
<key> <string>group_list</string> </key> <key> <string>group_list</string> </key>
<value> <value>
<list> <list>
<string>left</string>
<string>right</string>
<string>center</string>
<string>bottom</string> <string>bottom</string>
</list> </list>
</value> </value>
...@@ -77,12 +80,30 @@ ...@@ -77,12 +80,30 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>bottom</string> </key> <key> <string>bottom</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>center</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>left</string> </key>
<value> <value>
<list> <list>
<string>listbox</string> <string>listbox</string>
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>right</string> </key>
<value>
<list/>
</value>
</item>
</dictionary> </dictionary>
</value> </value>
</item> </item>
...@@ -100,7 +121,7 @@ ...@@ -100,7 +121,7 @@
</item> </item>
<item> <item>
<key> <string>pt</string> </key> <key> <string>pt</string> </key>
<value> <string>list_main</string> </value> <value> <string>form_list</string> </value>
</item> </item>
<item> <item>
<key> <string>row_length</string> </key> <key> <string>row_length</string> </key>
......
...@@ -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>bottom</string> <string>Default</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>bottom</string> </key> <key> <string>Default</string> </key>
<value> <value>
<list> <list>
<string>contact_list</string> <string>contact_list</string>
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
</item> </item>
<item> <item>
<key> <string>pt</string> </key> <key> <string>pt</string> </key>
<value> <string>list_main</string> </value> <value> <string>form_list</string> </value>
</item> </item>
<item> <item>
<key> <string>row_length</string> </key> <key> <string>row_length</string> </key>
......
...@@ -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>bottom</string> <string>Default</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>bottom</string> </key> <key> <string>Default</string> </key>
<value> <value>
<list> <list>
<string>coordinate_list</string> <string>coordinate_list</string>
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
</item> </item>
<item> <item>
<key> <string>pt</string> </key> <key> <string>pt</string> </key>
<value> <string>list_main</string> </value> <value> <string>form_list</string> </value>
</item> </item>
<item> <item>
<key> <string>row_length</string> </key> <key> <string>row_length</string> </key>
......
...@@ -67,6 +67,9 @@ ...@@ -67,6 +67,9 @@
<key> <string>group_list</string> </key> <key> <string>group_list</string> </key>
<value> <value>
<list> <list>
<string>left</string>
<string>right</string>
<string>center</string>
<string>bottom</string> <string>bottom</string>
</list> </list>
</value> </value>
...@@ -77,12 +80,30 @@ ...@@ -77,12 +80,30 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>bottom</string> </key> <key> <string>bottom</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>center</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>left</string> </key>
<value> <value>
<list> <list>
<string>listbox</string> <string>listbox</string>
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>right</string> </key>
<value>
<list/>
</value>
</item>
</dictionary> </dictionary>
</value> </value>
</item> </item>
...@@ -100,7 +121,7 @@ ...@@ -100,7 +121,7 @@
</item> </item>
<item> <item>
<key> <string>pt</string> </key> <key> <string>pt</string> </key>
<value> <string>list_main</string> </value> <value> <string>form_list</string> </value>
</item> </item>
<item> <item>
<key> <string>row_length</string> </key> <key> <string>row_length</string> </key>
......
...@@ -68,6 +68,7 @@ ...@@ -68,6 +68,7 @@
<value> <value>
<list> <list>
<string>left</string> <string>left</string>
<string>right</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -85,6 +86,12 @@ ...@@ -85,6 +86,12 @@
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>right</string> </key>
<value>
<list/>
</value>
</item>
</dictionary> </dictionary>
</value> </value>
</item> </item>
......
...@@ -68,6 +68,7 @@ ...@@ -68,6 +68,7 @@
<value> <value>
<list> <list>
<string>left</string> <string>left</string>
<string>right</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -84,6 +85,12 @@ ...@@ -84,6 +85,12 @@
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>right</string> </key>
<value>
<list/>
</value>
</item>
</dictionary> </dictionary>
</value> </value>
</item> </item>
......
...@@ -68,6 +68,8 @@ ...@@ -68,6 +68,8 @@
<value> <value>
<list> <list>
<string>left</string> <string>left</string>
<string>right</string>
<string>center</string>
<string>bottom</string> <string>bottom</string>
</list> </list>
</value> </value>
...@@ -84,6 +86,12 @@ ...@@ -84,6 +86,12 @@
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>center</string> </key>
<value>
<list/>
</value>
</item>
<item> <item>
<key> <string>left</string> </key> <key> <string>left</string> </key>
<value> <value>
...@@ -93,6 +101,12 @@ ...@@ -93,6 +101,12 @@
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>right</string> </key>
<value>
<list/>
</value>
</item>
</dictionary> </dictionary>
</value> </value>
</item> </item>
......
...@@ -70,6 +70,7 @@ ...@@ -70,6 +70,7 @@
<string>left</string> <string>left</string>
<string>right</string> <string>right</string>
<string>center</string> <string>center</string>
<string>bottom</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -77,6 +78,12 @@ ...@@ -77,6 +78,12 @@
<key> <string>groups</string> </key> <key> <string>groups</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>bottom</string> </key>
<value>
<list/>
</value>
</item>
<item> <item>
<key> <string>center</string> </key> <key> <string>center</string> </key>
<value> <value>
......
...@@ -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>bottom</string> <string>Default</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>bottom</string> </key> <key> <string>Default</string> </key>
<value> <value>
<list> <list>
<string>listbox</string> <string>listbox</string>
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
</item> </item>
<item> <item>
<key> <string>pt</string> </key> <key> <string>pt</string> </key>
<value> <string>list_main</string> </value> <value> <string>form_list</string> </value>
</item> </item>
<item> <item>
<key> <string>row_length</string> </key> <key> <string>row_length</string> </key>
......
...@@ -67,9 +67,10 @@ ...@@ -67,9 +67,10 @@
<key> <string>group_list</string> </key> <key> <string>group_list</string> </key>
<value> <value>
<list> <list>
<string>left</string> <string>Left</string>
<string>right</string> <string>Right</string>
<string>center</string> <string>Middle</string>
<string>List</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -78,26 +79,32 @@ ...@@ -78,26 +79,32 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>center</string> </key> <key> <string>Left</string> </key>
<value> <value>
<list> <list>
<string>my_description</string> <string>my_title</string>
<string>my_career_role</string>
<string>my_career_grade</string>
<string>my_career_function</string>
</list> </list>
</value> </value>
</item> </item>
<item> <item>
<key> <string>left</string> </key> <key> <string>List</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>Middle</string> </key>
<value> <value>
<list> <list>
<string>my_title</string> <string>my_description</string>
<string>my_career_role</string>
<string>my_career_grade</string>
<string>my_career_function</string>
</list> </list>
</value> </value>
</item> </item>
<item> <item>
<key> <string>right</string> </key> <key> <string>Right</string> </key>
<value> <value>
<list> <list>
<string>my_career_skill_list</string> <string>my_career_skill_list</string>
......
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