From 205bc5f65c9d8f74ed990ad83a33286bc8b470a3 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Sat, 5 Oct 2013 08:34:24 +0200 Subject: [PATCH] Move extend comment button to the end of the list. If it is 'inserted' in the middle, it breaks the consistency since not all comments have the button, which irritates the eye. --- templates/2k11/admin/comments.inc.tpl | 6 +++--- templates/2k11/admin/overview.inc.tpl | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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}
  • {$CONST.REPLY}
  • - {if $comment.excerpt} -
  • - {/if} {if ($comment.status == 'pending') || ($comment.status == 'confirm')}
  • {$CONST.APPROVE}
  • {/if} @@ -149,6 +146,9 @@ {/if}
  • {$CONST.DELETE}
  • + {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 @@ {/foreach}