Commit 731aa046 authored by Kevin Deldycke's avatar Kevin Deldycke

Respect naming conventions.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9294 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8d4bb762
...@@ -44,10 +44,6 @@ ...@@ -44,10 +44,6 @@
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>view</string> </value> <value> <string>view</string> </value>
</item> </item>
<item>
<key> <string>optional</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>permissions</string> </key> <key> <string>permissions</string> </key>
<value> <value>
...@@ -85,7 +81,7 @@ ...@@ -85,7 +81,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>string:${object_url}/WebPageModule_viewContentList</string> </value> <value> <string>string:${object_url}/WebPageModule_viewWebPageList</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -61,9 +61,6 @@ ...@@ -61,9 +61,6 @@
<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>
...@@ -73,37 +70,19 @@ ...@@ -73,37 +70,19 @@
<value> <value>
<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>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>WebPageModule_viewContentList</string> </value> <value> <string>WebPageModule_viewWebPageList</string> </value>
</item> </item>
<item> <item>
<key> <string>method</string> </key> <key> <string>method</string> </key>
...@@ -111,7 +90,7 @@ ...@@ -111,7 +90,7 @@
</item> </item>
<item> <item>
<key> <string>name</string> </key> <key> <string>name</string> </key>
<value> <string>Folder_viewContentList</string> </value> <value> <string>WebPageModule_viewWebPageList</string> </value>
</item> </item>
<item> <item>
<key> <string>pt</string> </key> <key> <string>pt</string> </key>
...@@ -131,7 +110,7 @@ ...@@ -131,7 +110,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Folder Contents</string> </value> <value> <string>Web Pages</string> </value>
</item> </item>
<item> <item>
<key> <string>uid</string> </key> <key> <string>uid</string> </key>
......
2006-08-21 Kevin 2006-08-21 Kevin
* Fix section bad form rendering with xhtml_style. * Fix section bad form rendering with xhtml_style.
* Respect naming conventions.
2006-08-18 Kevin 2006-08-18 Kevin
* Fix some Form's group to work with xhtml_style. * Fix some Form's group to work with xhtml_style.
......
161 171
\ No newline at end of file \ No newline at end of file
0.2.5 0.2.6
\ 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