Commit c4fab344 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix list dialog rendering : now do render the form inside the page...

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10749 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a2155b51
......@@ -48,13 +48,7 @@
<key> <string>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[
<tal:block metal:define-macro="master">\n
<tal:block metal:use-macro="here/list_dialog/macros/master">\n
<tal:block metal:fill-slot="main">\n
<tal:block metal:define-slot="main" />\n
</tal:block>\n
</tal:block>\n
</tal:block>
<tal:block metal:use-macro="here/list_dialog/macros/master"/>
]]></string> </value>
</item>
......
......@@ -58,11 +58,7 @@
\n
local_parameter_list local_parameter_list | python: {};\n
dummy python: local_parameter_list.update({\'selection_name\': selection_name, \'selection_index\': selection_index, \'form_id\': form_id});">\n
<tal:block metal:use-macro="here/dialog_main/macros/master">\n
<tal:block metal:fill-slot="main">\n
<tal:block metal:define-slot="main" />\n
</tal:block>\n
</tal:block>\n
<tal:block metal:use-macro="here/form_dialog/macros/master"/>\n
</tal:block>\n
</tal:block>
......
266
\ No newline at end of file
268
\ 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