Commit 03aaca22 authored by Jérome Perrin's avatar Jérome Perrin

Respect field naming conventions http://www.erp5.org/HowToCreateNewForms

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19307 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 99322353
......@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.ERP5Form.Form</string>
<string>ERP5Form</string>
</tuple>
<none/>
<global name="ERP5Form" module="Products.ERP5Form.Form"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -69,6 +66,7 @@
<list>
<string>webcontent header bottom</string>
<string>bottom</string>
<string>not_assigned</string>
</list>
</value>
</item>
......@@ -80,7 +78,16 @@
<key> <string>bottom</string> </key>
<value>
<list>
<string>drawing_preview</string>
<string>your_drawing_preview</string>
</list>
</value>
</item>
<item>
<key> <string>not_assigned</string> </key>
<value>
<list>
<string>your_download_link</string>
<string>your_download_pdf</string>
</list>
</value>
</item>
......
......@@ -11,7 +11,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>download_link</string> </value>
<value> <string>your_download_link</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -11,7 +11,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>download_pdf</string> </value>
<value> <string>your_download_pdf</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -11,7 +11,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>drawing_preview</string> </value>
<value> <string>your_drawing_preview</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
845
\ No newline at end of file
846
\ 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