mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Comments module changed id name
This commit is contained in:
parent
067003a6c3
commit
e09210bc78
@ -1,6 +1,6 @@
|
||||
<div class="blogSummary">
|
||||
<h2 class="postTitle"><a href="$Link" title="<% _t('BlogSummary_ss.VIEWFULL', 'View full post titled -') %> '$Title'">$MenuTitle</a></h2>
|
||||
<p class="authorDate"><% _t('BlogSummary_ss.POSTEDBY', 'Posted by') %> $Author.XML <% _t('BlogSummary_ss.POSTEDON', 'on') %> $Date.Long | <a href="$Link#PageComments_holder" title="View Comments Posted">$Comments.Count <% _t('BlogEntry_ss.COMMENTS', 'Comments') %></a></p>
|
||||
<p class="authorDate"><% _t('BlogSummary_ss.POSTEDBY', 'Posted by') %> $Author.XML <% _t('BlogSummary_ss.POSTEDON', 'on') %> $Date.Long | <a href="$Link#comments-holder" title="View Comments Posted">$Comments.Count <% _t('BlogEntry_ss.COMMENTS', 'Comments') %></a></p>
|
||||
<% if TagsCollection %>
|
||||
<p class="tags">
|
||||
<% _t('BlogSummary_ss.TAGS','Tags') %>:
|
||||
@ -17,7 +17,7 @@
|
||||
<% end_if %>
|
||||
|
||||
<p class="blogVitals">
|
||||
<a href="$Link#PageComments_holder" class="comments" title="View Comments for this post">
|
||||
<a href="$Link#comments-holder" class="comments" title="View Comments for this post">
|
||||
$Comments.Count <% _t('BlogSummary_ss.SUMMARYCOMMENTS','comment(s)') %>
|
||||
</a>
|
||||
|
|
||||
|
Loading…
Reference in New Issue
Block a user