diff --git a/templates/2k11/admin/comments.inc.tpl b/templates/2k11/admin/comments.inc.tpl
index ba566346..8d345556 100644
--- a/templates/2k11/admin/comments.inc.tpl
+++ b/templates/2k11/admin/comments.inc.tpl
@@ -138,9 +138,6 @@
{$CONST.VIEW}
{$CONST.EDIT}
- {if $comment.excerpt}
-
- {/if}
{if ($comment.status == 'pending') || ($comment.status == 'confirm')}
{$CONST.APPROVE}
{/if}
@@ -149,6 +146,9 @@
{/if}
+ {if $comment.excerpt}
+
+ {/if}
{$comment.action_more}
diff --git a/templates/2k11/admin/overview.inc.tpl b/templates/2k11/admin/overview.inc.tpl
index 307f65ab..2e833ba0 100644
--- a/templates/2k11/admin/overview.inc.tpl
+++ b/templates/2k11/admin/overview.inc.tpl
@@ -25,9 +25,6 @@
- {$CONST.EDIT}
- {if $comment.excerpt}
-
- {/if}
{if ($comment.status == 'pending') || ($comment.status == 'confirm')}
- {$CONST.APPROVE}
{/if}
@@ -36,6 +33,9 @@
{/if}
-
+ {if $comment.excerpt}
+
+ {/if}
{/foreach}