Commit 79410548 authored by Kevin Deldycke's avatar Kevin Deldycke

Clean-up group naming.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9524 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7a3f3dc9
...@@ -62,9 +62,6 @@ ...@@ -62,9 +62,6 @@
<value> <value>
<list> <list>
<string>left</string> <string>left</string>
<string>right</string>
<string>center</string>
<string>bottom</string>
<string>hidden</string> <string>hidden</string>
</list> </list>
</value> </value>
...@@ -73,18 +70,6 @@ ...@@ -73,18 +70,6 @@
<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>
<key> <string>center</string> </key>
<value>
<list/>
</value>
</item>
<item> <item>
<key> <string>hidden</string> </key> <key> <string>hidden</string> </key>
<value> <value>
...@@ -101,12 +86,6 @@ ...@@ -101,12 +86,6 @@
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>right</string> </key>
<value>
<list/>
</value>
</item>
</dictionary> </dictionary>
</value> </value>
</item> </item>
......
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
<string>left</string> <string>left</string>
<string>right</string> <string>right</string>
<string>center</string> <string>center</string>
<string>bottom doNotDisplay</string> <string>bottom</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>bottom doNotDisplay</string> </key> <key> <string>bottom</string> </key>
<value> <value>
<list> <list>
<string>my_text_content</string> <string>my_text_content</string>
......
...@@ -69,8 +69,8 @@ ...@@ -69,8 +69,8 @@
<list> <list>
<string>left</string> <string>left</string>
<string>right</string> <string>right</string>
<string>center webcontent</string> <string>center</string>
<string>bottom webcontent</string> <string>bottom</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>bottom webcontent</string> </key> <key> <string>bottom</string> </key>
<value> <value>
<list> <list>
<string>physical_subcontent_listbox</string> <string>physical_subcontent_listbox</string>
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
</value> </value>
</item> </item>
<item> <item>
<key> <string>center webcontent</string> </key> <key> <string>center</string> </key>
<value> <value>
<list> <list>
<string>my_description</string> <string>my_description</string>
......
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
<value> <value>
<list> <list>
<string>left</string> <string>left</string>
<string>bottom webcontent</string> <string>bottom</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>bottom webcontent</string> </key> <key> <string>bottom</string> </key>
<value> <value>
<list> <list>
<string>dynamic_subcontent_listbox</string> <string>dynamic_subcontent_listbox</string>
......
...@@ -65,7 +65,6 @@ ...@@ -65,7 +65,6 @@
<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>
...@@ -89,12 +88,6 @@ ...@@ -89,12 +88,6 @@
</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>
......
...@@ -65,7 +65,6 @@ ...@@ -65,7 +65,6 @@
<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>
...@@ -89,12 +88,6 @@ ...@@ -89,12 +88,6 @@
</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>
......
2006-08-29 Kevin
* Clean-up group naming.
2006-08-28 Kevin 2006-08-28 Kevin
* Render extra widgets in the default template. * Render extra widgets in the default template.
* Add dummy widgets in the default layout. * Add dummy widgets in the default layout.
......
256 260
\ No newline at end of file \ No newline at end of file
0.3.12 0.3.13
\ 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