diff --git a/templates/2k11/admin/overview.inc.tpl b/templates/2k11/admin/overview.inc.tpl index 6fb87e1a..6b1b8c5c 100644 --- a/templates/2k11/admin/overview.inc.tpl +++ b/templates/2k11/admin/overview.inc.tpl @@ -22,15 +22,13 @@
  • {$CONST.VIEW}
  • {$CONST.EDIT}
  • {$CONST.REPLY}
  • - {if ($comment.status == 'pending') || ($comment.status == 'confirm')} -
  • {$CONST.APPROVE}
  • - {/if} - {if ($comment.status == 'approved')} -
  • {$CONST.SET_TO_MODERATED}
  • - {/if} -
  • - - + {if ($comment.status == 'pending') || ($comment.status == 'confirm')} +
  • {$CONST.APPROVE}
  • + {/if} + {if ($comment.status == 'approved')} +
  • {$CONST.SET_TO_MODERATED}
  • + {/if} +
  • {$CONST.DELETE}