1
0

Even more last minute additions to 2k11. (You're welcome, Garvin.)

This commit is contained in:
Matthias Mees
2011-12-07 16:49:57 +01:00
parent c2afd4efc0
commit e2f60038bb
3 changed files with 5 additions and 2 deletions

View File

@ -11,7 +11,8 @@
</div>
<footer>
<a class="comment_source_trace" href="#c{$comment.id}" title="{$CONST.TWOK11_PLINK_TITLE}">{$CONST.TWOK11_PLINK_TEXT}</a>
<time>{$comment.timestamp|@formatTime:'%H:%M'}</time>
| <a class="comment_source_trace" href="#c{$comment.id}" title="{$CONST.TWOK11_PLINK_TITLE}">{$CONST.TWOK11_PLINK_TEXT}</a>
{if $entry.is_entry_owner}
| <a class="comment_source_ownerlink" href="{$comment.link_delete}" title="{$CONST.COMMENT_DELETE_CONFIRM|@sprintf:$comment.id:$comment.author}">{$CONST.DELETE}</a>
{/if}