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 @@
<key> <string>id</string> </key>
<value> <string>view</string> </value>
</item>
<item>
<key> <string>optional</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>permissions</string> </key>
<value>
......@@ -85,7 +81,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/WebPageModule_viewContentList</string> </value>
<value> <string>string:${object_url}/WebPageModule_viewWebPageList</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -61,9 +61,6 @@
<key> <string>group_list</string> </key>
<value>
<list>
<string>left</string>
<string>right</string>
<string>center</string>
<string>bottom</string>
</list>
</value>
......@@ -73,37 +70,19 @@
<value>
<dictionary>
<item>
<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>
<key> <string>bottom</string> </key>
<value>
<list>
<string>listbox</string>
</list>
</value>
</item>
<item>
<key> <string>right</string> </key>
<value>
<list/>
</value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>WebPageModule_viewContentList</string> </value>
<value> <string>WebPageModule_viewWebPageList</string> </value>
</item>
<item>
<key> <string>method</string> </key>
......@@ -111,7 +90,7 @@
</item>
<item>
<key> <string>name</string> </key>
<value> <string>Folder_viewContentList</string> </value>
<value> <string>WebPageModule_viewWebPageList</string> </value>
</item>
<item>
<key> <string>pt</string> </key>
......@@ -131,7 +110,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Folder Contents</string> </value>
<value> <string>Web Pages</string> </value>
</item>
<item>
<key> <string>uid</string> </key>
......
2006-08-21 Kevin
* Fix section bad form rendering with xhtml_style.
* Respect naming conventions.
2006-08-18 Kevin
* Fix some Form's group to work with xhtml_style.
......
161
\ No newline at end of file
171
\ No newline at end of file
0.2.5
\ No newline at end of file
0.2.6
\ 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