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
title = \'Re: %s\' %discussion_post.getTitle()\n
text_content = \'<blockquote>From: %s<br/>%s</blockquote>\' %(author_dict[\'author_title\'],\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
\n
return context.DiscussionThread_viewCreateNewDiscussionPostDialog()\n
......
......@@ -12,7 +12,9 @@
<item>
<key> <string>delegated_list</string> </key>
<value>
<list/>
<list>
<string>enabled</string>
</list>
</value>
</item>
<item>
......@@ -72,6 +74,10 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>enabled</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_description</string> </value>
......
......@@ -84,6 +84,10 @@
<key> <string>target</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
......@@ -136,7 +140,7 @@
<dictionary>
<item>
<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>
</dictionary>
</pickle>
......
51
\ No newline at end of file
52
\ 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