Commit bf38c05a authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

reduce needless calculations.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26902 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent caced83f
......@@ -70,6 +70,7 @@
name string:${field_id}_list_selection_name" />\n
<input tal:condition="md5_string" type="hidden" name="md5_object_uid_list" value="checksum" tal:attributes="value md5_string" />\n
\n
<tal:block tal:condition="is_gadget_mode">\n
<tal:block tal:condition="is_gadget_mode"\n
tal:define="global box_relative_url python: request.get(\'box_relative_url\', \'\');\n
global box python: real_context.restrictedTraverse(box_relative_url); \n
......@@ -79,6 +80,7 @@
type="hidden" name="gadget_form_id"\n
tal:attributes="value form_id" />\n
</tal:block>\n
</tal:block>\n
\n
<tal:replace tal:content="nothing">\n
Because TAL cannot accept unbalanced tags, the support for a domain tree is realized by a macro.\n
......
750
\ No newline at end of file
751
\ 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