|
|
|
@ -19,6 +19,18 @@
|
|
|
|
|
<!-- IF posts.editor.username -->
|
|
|
|
|
<span>| [[global:last_edited_by_ago, <strong><a href="{relative_path}/user/{posts.editor.userslug}">{posts.editor.username}</a></strong>, <span class="timeago" title="{posts.relativeEditTime}"></span>]]</span>
|
|
|
|
|
<!-- ENDIF posts.editor.username -->
|
|
|
|
|
|
|
|
|
|
<!-- IF posts.display_moderator_tools -->
|
|
|
|
|
<span class="moderator-tools">
|
|
|
|
|
<a component="post/edit">[[topic:edit]]</a>
|
|
|
|
|
<a component="post/delete">[[topic:delete]]</a>
|
|
|
|
|
<a component="post/purge" class="<!-- IF !posts.deleted -->hidden<!-- ENDIF !posts.deleted -->">[[topic:purge]]</a>
|
|
|
|
|
<!-- IF posts.display_move_tools -->
|
|
|
|
|
<a component="post/move">[[topic:move]]</a>
|
|
|
|
|
<!-- ENDIF posts.display_move_tools -->
|
|
|
|
|
</span>
|
|
|
|
|
<!-- ENDIF posts.display_moderator_tools -->
|
|
|
|
|
|
|
|
|
|
</small>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|