Commit 9f521972 authored by Kevin Deldycke's avatar Kevin Deldycke

Fix default template on WebSection (string 'view_master' is not the same as ' view_master').

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9256 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6cabe8c4
......@@ -54,7 +54,7 @@
<key> <string>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[
<tal:block tal:define="default_layout string: view_master;\n
<tal:block tal:define="default_layout string:view_master;\n
default_content here/WebSite_getDefaultDocumentValue | nothing;\n
ignore_layout request/ignore_layout | nothing;\n
editable_mode request/editable_mode | nothing;\n
......
2006-08-18 Kevin
* Fix some Form's group to work with xhtml_style.
* Fix default template on WebSection.
2006-07-27 Kevin
* Some search result screen modifications.
......
154
\ No newline at end of file
156
\ 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