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}

View File

@ -1,4 +1,4 @@
Name: 2k11
Author: Matthias Mees, Veit Lehmann
Date: 2011-12-05
Date: 2011-12-07
Require Serendipity: 1.6

View File

@ -663,6 +663,8 @@ pre .geshi {
max-width: 100%;
}
.emoticon { vertical-align: baseline!important; }
.serendipity_calendar {
border: 1px solid #3e5f81;
width: 85%;