Commit d594086e authored by Sebastien Robin's avatar Sebastien Robin

added hidden field md5_object_uid_list


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@759 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d7f71ec2
......@@ -51,6 +51,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
<div metal:use-macro="here/global_definition/macros/global_definition" />
<input type="hidden" name="form_id" value="form"
tal:attributes="value request/form_id">
<span tal:condition="request/md5_object_uid_list | nothing">
<input type="hidden" name="md5_object_uid_list" value="form"
tal:attributes="value request/md5_object_uid_list">
</span>
<input type="hidden" name="dialog_id" value="form"
tal:attributes="value form/id">
<input type="hidden" name="selection_name" value="selection_name"
......
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