Commit dd631e29 authored by Ivan Tyagov's avatar Ivan Tyagov

Typos.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34944 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c2d5f370
...@@ -62,7 +62,7 @@ if discussion_post_uid is not None:\n ...@@ -62,7 +62,7 @@ if discussion_post_uid is not None:\n
title = \'Re: %s\' %discussion_post.getTitle()\n title = \'Re: %s\' %discussion_post.getTitle()\n
text_content = \'<blockquote>From: %s<br/>%s</blockquote>\' %(author_dict[\'author_title\'],\n text_content = \'<blockquote>From: %s<br/>%s</blockquote>\' %(author_dict[\'author_title\'],\n
discussion_post.getTextContent())\n discussion_post.getTextContent())\n
context.REQUEST.set(\'discussion_post_title\', text_content)\n context.REQUEST.set(\'discussion_post_title\', title)\n
context.REQUEST.set(\'discussion_post_text_content\', text_content)\n context.REQUEST.set(\'discussion_post_text_content\', text_content)\n
\n \n
return context.DiscussionThread_viewCreateNewDiscussionPostDialog()\n return context.DiscussionThread_viewCreateNewDiscussionPostDialog()\n
......
...@@ -12,7 +12,9 @@ ...@@ -12,7 +12,9 @@
<item> <item>
<key> <string>delegated_list</string> </key> <key> <string>delegated_list</string> </key>
<value> <value>
<list/> <list>
<string>enabled</string>
</list>
</value> </value>
</item> </item>
<item> <item>
...@@ -72,6 +74,10 @@ ...@@ -72,6 +74,10 @@
<key> <string>values</string> </key> <key> <string>values</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>enabled</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>my_description</string> </value> <value> <string>my_description</string> </value>
......
...@@ -84,6 +84,10 @@ ...@@ -84,6 +84,10 @@
<key> <string>target</string> </key> <key> <string>target</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary> </dictionary>
</value> </value>
</item> </item>
...@@ -136,7 +140,7 @@ ...@@ -136,7 +140,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python: " Re: %s" % (context.portal_catalog.getObject(here.DiscussionThread_getSelectedPost()).title)</string> </value> <value> <string>python: context.REQUEST.get(\'discussion_post_title\',\'\')</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
51 52
\ No newline at end of file \ 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