button for comment-toggle
This commit is contained in:
@ -107,7 +107,11 @@
|
||||
<label for="serendipity_multidelete_comment_{$comment.id}" class="visuallyhidden">Multiselect this comment</label> {* i18n *}
|
||||
</div>
|
||||
|
||||
<h4 id="c{$comment.id}">{($comment.type == 'NORMAL') ? $CONST.COMMENT : (($comment.type == 'TRACKBACK') ? $CONST.TRACKBACK : $CONST.PINGBACK )} #{$comment.id} – {$CONST.IN_REPLY_TO} <a href="{$comment.entry_url}">{$comment.title|escape}</a> {$CONST.ON} {$comment.timestamp|@formatTime:'%b %e %Y, %H:%M'} <a class="toggle_info" href="#comment_data_{$comment.id}"><span class="icon-info-circled"></span><span class="visuallyhidden"> More</span></a></h4>
|
||||
<h4 id="c{$comment.id}">{($comment.type == 'NORMAL') ? $CONST.COMMENT : (($comment.type == 'TRACKBACK') ? $CONST.TRACKBACK : $CONST.PINGBACK )} #{$comment.id} – {$CONST.IN_REPLY_TO}
|
||||
<a href="{$comment.entry_url}">{$comment.title|escape}</a>
|
||||
{$CONST.ON} {$comment.timestamp|@formatTime:'%b %e %Y, %H:%M'}
|
||||
<button class="toggle_info button_link" data-href="#comment_data_{$comment.id}"><span class="icon-info-circled"></span><span class="visuallyhidden"> More</span></button>
|
||||
</h4>
|
||||
{if ($comment.status == 'pending') || ($comment.status == 'confirm')}
|
||||
<span class="comment_status">{$CONST.COMMENTS_FILTER_NEED_APPROVAL}</span>
|
||||
{/if}
|
||||
|
Reference in New Issue
Block a user