Skip to content
This repository has been archived by the owner on Apr 24, 2018. It is now read-only.

Commit

Permalink
Added jQuery substitute for comment reply function.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Mees committed Sep 7, 2011
1 parent 6497e30 commit 766ae65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion comments.tpl
@@ -1,5 +1,4 @@
{foreach from=$comments item=comment name="comments"}
<!-- TODO: * jQuery code for reply function -->
<article id="c{$comment.id}" class="serendipity_comment{if $entry.author == $comment.author} serendipity_comment_author_self{/if} {cycle values="odd, even"} {if $comment.depth > 8}commentlevel-9{else}commentlevel-{$comment.depth}{/if}">
<h4>{if $comment.url}<a href="{$comment.url}">{/if}{$comment.author|@default:$CONST.ANONYMOUS}{if $comment.url}</a>{/if} {$CONST.ON} <time datetime="{$comment.timestamp|@formatTime:'%Y-%m-%dT%H:%M:%S%z'}" pubdate>{$comment.timestamp|@formatTime:$template_option.date_format}</time>:</h4>

Expand Down

0 comments on commit 766ae65

Please sign in to comment.