The the author_name in the control panel.

svn path=/plone.app.discussion/trunk/; revision=35533
This commit is contained in:
Lennart Regebro 2010-03-24 15:38:18 +00:00
parent 5c71387362
commit f7c676622b
2 changed files with 2 additions and 1 deletions

View File

@ -99,7 +99,7 @@
<input type="hidden" name="selected_obj_paths:list" value="#"
tal:attributes="value item/getURL" />
</td>
<td tal:content="item/Creator" />
<td tal:content="python:item.author_name or item.Creator" />
<td tal:content="python:toLocalizedTime(item.ModificationDate, long_format=1)" />
<td>
<a tal:attributes="href item/getURL"

View File

@ -13,5 +13,6 @@
<column value="last_comment_date" />
<column value="commentators" />
<column value="in_response_to" />
<column value="author_name" />
</object>