Commit a32de38a authored by Kevin Deldycke's avatar Kevin Deldycke

Fix section bad form rendering with xhtml_style.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9273 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2d51e2a3
......@@ -72,7 +72,10 @@
</tal:block>\n
\n
<tal:block tal:condition="python: not(default_content is None and not editable_mode)">\n
<tal:block metal:use-macro="here/form_view/macros/form_render" />\n
<tal:block tal:replace="nothing"><!--\n
Use here/form_view/macros/form_render macro with html style.\n
--></tal:block>\n
<tal:block metal:use-macro="here/form_render/macros/master"/>\n
</tal:block>\n
\n
<tal:block tal:condition="python: default_content is None and not editable_mode">\n
......
2006-08-21 Kevin
* Fix section bad form rendering with xhtml_style.
2006-08-18 Kevin
* Fix some Form's group to work with xhtml_style.
* Fix default template on WebSection.
......
158
\ No newline at end of file
161
\ No newline at end of file
0.2.4
\ No newline at end of file
0.2.5
\ 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