Commit 6a0c361f authored by Kevin Deldycke's avatar Kevin Deldycke

Fix some Form's group to work with xhtml_style.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9250 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b162e1af
...@@ -61,10 +61,10 @@ ...@@ -61,10 +61,10 @@
<key> <string>group_list</string> </key> <key> <string>group_list</string> </key>
<value> <value>
<list> <list>
<string>left id</string> <string>left</string>
<string>right detail</string> <string>right</string>
<string>center comment</string> <string>center</string>
<string>content bottom core</string> <string>bottom</string>
<string>hidden</string> <string>hidden</string>
</list> </list>
</value> </value>
...@@ -74,18 +74,18 @@ ...@@ -74,18 +74,18 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>center comment</string> </key> <key> <string>bottom</string> </key>
<value> <value>
<list> <list>
<string>my_description</string> <string>my_text_content</string>
</list> </list>
</value> </value>
</item> </item>
<item> <item>
<key> <string>content bottom core</string> </key> <key> <string>center</string> </key>
<value> <value>
<list> <list>
<string>my_text_content</string> <string>my_description</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
</value> </value>
</item> </item>
<item> <item>
<key> <string>left id</string> </key> <key> <string>left</string> </key>
<value> <value>
<list> <list>
<string>my_title</string> <string>my_title</string>
...@@ -107,7 +107,7 @@ ...@@ -107,7 +107,7 @@
</value> </value>
</item> </item>
<item> <item>
<key> <string>right detail</string> </key> <key> <string>right</string> </key>
<value> <value>
<list> <list>
<string>my_publication_section</string> <string>my_publication_section</string>
......
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
</item> </item>
<item> <item>
<key> <string>name</string> </key> <key> <string>name</string> </key>
<value> <string>WebPage_view</string> </value> <value> <string>WebSite_view</string> </value>
</item> </item>
<item> <item>
<key> <string>pt</string> </key> <key> <string>pt</string> </key>
...@@ -144,7 +144,7 @@ ...@@ -144,7 +144,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Web Page</string> </value> <value> <string>Web Site</string> </value>
</item> </item>
<item> <item>
<key> <string>unicode_mode</string> </key> <key> <string>unicode_mode</string> </key>
......
2006-08-18 Kevin
* Fix some Form's group to work with xhtml_style.
2006-07-27 Kevin 2006-07-27 Kevin
* Some search result screen modifications. * Some search result screen modifications.
* Allow sorting of new columns. * Allow sorting of new columns.
......
149 152
\ 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