Commit 83b730b3 authored by Nicolas Delaby's avatar Nicolas Delaby

replace description by text_content

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42121 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 13e6f2f4
......@@ -66,7 +66,7 @@ edit_kw = {\'portal_type\': portal_type,\n
\'source_person_last_name\': source_person_last_name,\n
\'source_person_default_email_text\': source_person_default_email_text,\n
\'source_person_default_telephone_text\': source_person_default_telephone_text,\n
\'description\': description,\n
\'text_content\': text_content,\n
\'content_type\': \'text/plain\',\n
\'resource\': resource,\n
\'source_carrier\': context.getRelativeUrl(),\n
......@@ -89,7 +89,7 @@ context.getParentValue().Base_redirect(keep_items={\'portal_status_message\': po
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>source_person_default_email_text=None, source_person_default_telephone_text=None, source_organisation_title=None, title=None, description=None, source_person_first_name=None, source_person_last_name=None, resource=None, **kw</string> </value>
<value> <string>source_person_default_email_text=None, source_person_default_telephone_text=None, source_organisation_title=None, title=None, text_content=None, source_person_first_name=None, source_person_last_name=None, resource=None, **kw</string> </value>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
......
......@@ -101,7 +101,7 @@
<string>your_source_organisation_title</string>
<string>your_resource</string>
<string>your_title</string>
<string>your_description</string>
<string>my_text_content</string>
<string>your_captcha</string>
</list>
</value>
......
......@@ -10,14 +10,14 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>required</string>
<string>width</string>
<string>title</string>
</list>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>your_description</string> </value>
<value> <string>my_text_content</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......@@ -74,15 +74,11 @@
<dictionary>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_description</string> </value>
<value> <string>my_text_area_field</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <int>1</int> </value>
<value> <string>Base_viewWebFieldLibrary</string> </value>
</item>
<item>
<key> <string>target</string> </key>
......@@ -90,7 +86,11 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Messsage</string> </value>
<value> <string>Message</string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>40</int> </value>
</item>
</dictionary>
</value>
......
1030
\ No newline at end of file
1031
\ 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