Update of /cvsroot/php-blog/serendipity/templates/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1668/templates/default
Modified Files:
Tag: branch-smarty
comments.tpl
Log Message:
* MFH german language
* Allow to use a constant for printing the date for comments/comment dropdown. We may want to use a new date constant for that?
Index: comments.tpl
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/default/Attic/comments.tpl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- comments.tpl 9 Oct 2004 23:16:27 -0000 1.1.2.2
+++ comments.tpl 3 Nov 2004 13:04:35 -0000 1.1.2.3
@@ -13,7 +13,7 @@
(<a href="{$comment.url}" title="{$comment.url|@escape}">Link</a>)
{/if}
{$CONST.ON}
- {$comment.timestamp|@formatTime:"%b %e %Y, %H:%M"}
+ {$comment.timestamp|@formatTime:$CONST.DATE_FORMAT_SHORT}
{if $entry.is_entry_owner}
(<a href="{$comment.link_delete}" onclick="return confirm('{$CONST.COMMENT_DELETE_CONFIRM|@sprintf:$comment.id:$comment.username}');">delete</a>)
{/if}
|