summaryrefslogtreecommitdiff
path: root/templates/display_comment.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/display_comment.tpl')
-rw-r--r--templates/display_comment.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/display_comment.tpl b/templates/display_comment.tpl
index d23bcb9..dbc48ba 100644
--- a/templates/display_comment.tpl
+++ b/templates/display_comment.tpl
@@ -14,10 +14,10 @@
{/if}
{/if}
{if $comment.is_editable}
- <a href="{$comments_return_url}&amp;post_comment_id={$comment.comment_id}&amp;post_comment_request=1#editcomments" rel="nofollow">{biticon ipackage="icons" iname="accessories-text-editor" iexplain="Edit"}</a>
+ <a href="{$comments_return_url}&amp;post_comment_id={$comment.comment_id}&amp;post_comment_request=1#editcomments" rel="nofollow">{booticon iname="icon-edit" ipackage="icons" iexplain="Edit"}</a>
{/if}
{if $gBitUser->hasPermission('p_liberty_admin_comments')}
- <a href="{$comments_return_url}&amp;delete_comment_id={$comment.comment_id}" rel="nofollow">{biticon ipackage="icons" iname="edit-delete" iexplain="Remove"}</a>
+ <a href="{$comments_return_url}&amp;delete_comment_id={$comment.comment_id}" rel="nofollow">{booticon iname="icon-trash" ipackage="icons" iexplain="Remove"}</a>
{/if}
</div>