From d9c7ff172042cf4329972fb6237826c7e6484961 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Wed, 16 Sep 2020 18:05:17 +0200 Subject: [PATCH] Removed layout differences between moderation queue list and topic list --- com.woltlab.wcf/templates/moderationList.tpl | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/com.woltlab.wcf/templates/moderationList.tpl b/com.woltlab.wcf/templates/moderationList.tpl index 3842921bfb..a417d26de2 100644 --- a/com.woltlab.wcf/templates/moderationList.tpl +++ b/com.woltlab.wcf/templates/moderationList.tpl @@ -131,8 +131,15 @@ {event name='moderationQueueEntryData'} -
  • {@$entry->comments|shortUnit}
  • -
  • +
  • +
    +
    {lang}wcf.global.comments{/lang}
    +
    {@$entry->comments|shortUnit}
    +
    + +
    {if $entry->comments} {@$entry->comments|shortUnit}{/if}
    +
  • +
  • {if $entry->lastChangeTime}{@$entry->lastChangeTime|time}{/if}
  • -- 2.20.1