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 @@
<key> <string>group_list</string> </key>
<value>
<list>
<string>left id</string>
<string>right detail</string>
<string>center comment</string>
<string>content bottom core</string>
<string>left</string>
<string>right</string>
<string>center</string>
<string>bottom</string>
<string>hidden</string>
</list>
</value>
......@@ -74,18 +74,18 @@
<value>
<dictionary>
<item>
<key> <string>center comment</string> </key>
<key> <string>bottom</string> </key>
<value>
<list>
<string>my_description</string>
<string>my_text_content</string>
</list>
</value>
</item>
<item>
<key> <string>content bottom core</string> </key>
<key> <string>center</string> </key>
<value>
<list>
<string>my_text_content</string>
<string>my_description</string>
</list>
</value>
</item>
......@@ -96,7 +96,7 @@
</value>
</item>
<item>
<key> <string>left id</string> </key>
<key> <string>left</string> </key>
<value>
<list>
<string>my_title</string>
......@@ -107,7 +107,7 @@
</value>
</item>
<item>
<key> <string>right detail</string> </key>
<key> <string>right</string> </key>
<value>
<list>
<string>my_publication_section</string>
......
......@@ -128,7 +128,7 @@
</item>
<item>
<key> <string>name</string> </key>
<value> <string>WebPage_view</string> </value>
<value> <string>WebSite_view</string> </value>
</item>
<item>
<key> <string>pt</string> </key>
......@@ -144,7 +144,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Web Page</string> </value>
<value> <string>Web Site</string> </value>
</item>
<item>
<key> <string>unicode_mode</string> </key>
......
2006-08-18 Kevin
* Fix some Form's group to work with xhtml_style.
2006-07-27 Kevin
* Some search result screen modifications.
* Allow sorting of new columns.
......
149
\ No newline at end of file
152
\ 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