Commit ccf30f5c authored by Ivan Tyagov's avatar Ivan Tyagov

Gadget changed their DOM structure.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41374 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fdcf1459
......@@ -110,7 +110,7 @@
<tal:block tal:condition="is_gadget_mode">\n
<tal:block tal:define="global box_relative_url python: request.get(\'box_relative_url\', \'\');\n
global box python: real_context.restrictedTraverse(box_relative_url); \n
global box_id python: \'visual_%s\' %box_relative_url.split(\'/\')[-1];\n
global box_id python: \'%s_content\' %box_relative_url.replace(\'/\', \'_\');\n
global dom_id python: request.get(\'dom_id\',None) or box_id;">\n
<input tal:condition="python:form_id" \n
type="hidden" \n
......
1048
\ No newline at end of file
1051
\ 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