Commit 405ad021 authored by Sebastien Robin's avatar Sebastien Robin

added pickle_string


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@870 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 097b2ca0
......@@ -52,6 +52,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
tal:attributes="value request/form_id">
<input type="hidden" name="dialog_id" value="form"
tal:attributes="value form/id">
<span tal:condition="request/pickle_string | nothing">
<input type="hidden" name="pickle_string" value="form"
tal:attributes="value request/pickle_string">
</span>
<input type="hidden" name="selection_name" value="selection_name"
tal:attributes="value selection_name">
<!-- Menu Boxes -->
......
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