Commit 41ae0f91 authored by Kevin Deldycke's avatar Kevin Deldycke

Add dummy widgets in the default layout.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9522 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5742bc06
......@@ -61,8 +61,9 @@
<key> <string>group_list</string> </key>
<value>
<list>
<string>content_header</string>
<string>right_column</string>
<string>websiteLogo</string>
<string>sidebar</string>
<string>sidebar2</string>
<string>search_bar</string>
</list>
</value>
......@@ -72,7 +73,15 @@
<value>
<dictionary>
<item>
<key> <string>content_header</string> </key>
<key> <string>search_bar</string> </key>
<value>
<list>
<string>your_searchable_text</string>
</list>
</value>
</item>
<item>
<key> <string>sidebar</string> </key>
<value>
<list>
<string>page_title</string>
......@@ -81,19 +90,19 @@
</value>
</item>
<item>
<key> <string>right_column</string> </key>
<key> <string>sidebar2</string> </key>
<value>
<list>
<string>latest_news</string>
<string>latest_memos</string>
<string>latest_news</string>
</list>
</value>
</item>
<item>
<key> <string>search_bar</string> </key>
<key> <string>websiteLogo</string> </key>
<value>
<list>
<string>your_searchable_text</string>
<string>website_logo</string>
</list>
</value>
</item>
......
......@@ -2,6 +2,8 @@
* Render extra widgets in the default template.
* Add dummy widgets in the default layout.
* Firefox don't like CSS rendered via a Page Template.
* Enhance default theme's CSS.
* Delete div wrapper for web widget rendering in erp5_web_default_template.
2006-08-25 Stefan
* Membership and Multimembership can be used simultaneously. The corresponding
......
251
\ No newline at end of file
256
\ No newline at end of file
0.3.11
\ No newline at end of file
0.3.12
\ 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