Merge branch '5.3'
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / boxPageComments.tpl
1 {include file='__commentJavaScript' commentContainerID='pageCommentList'}
2
3 <ul id="pageCommentList" class="commentList containerList" data-can-add="{if $commentCanAdd}true{else}false{/if}" data-object-id="{@$pageID}" data-object-type-id="{@$commentObjectTypeID}" data-comments="{@$commentList->countObjects()}" data-last-comment-time="{@$lastCommentTime}">
4 {if $commentCanAdd}{include file='commentListAddComment' wysiwygSelector='pageCommentListAddComment'}{/if}
5 {include file='commentList'}
6 </ul>