From d1a745a9819a83218ec0b3d286db0707c0283034 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sat, 23 May 2020 07:59:57 +0200 Subject: [PATCH] Move reporter to top of moderation report page Close #3284 --- com.woltlab.wcf/templates/moderationReport.tpl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/com.woltlab.wcf/templates/moderationReport.tpl b/com.woltlab.wcf/templates/moderationReport.tpl index 35d30bd7b6..197b5e2d36 100644 --- a/com.woltlab.wcf/templates/moderationReport.tpl +++ b/com.woltlab.wcf/templates/moderationReport.tpl @@ -54,15 +54,6 @@ {include file='formError'} -
-
-

{lang}wcf.moderation.report.reportedContent{/lang}

-

{lang}wcf.moderation.type.{@$queue->getObjectTypeName()}{/lang}

-
- - {@$reportedContent} -
-

{lang}wcf.moderation.report.reportedBy{/lang}

@@ -93,6 +84,15 @@
+
+
+

{lang}wcf.moderation.report.reportedContent{/lang}

+

{lang}wcf.moderation.type.{@$queue->getObjectTypeName()}{/lang}

+
+ + {@$reportedContent} +
+ {include file='__commentJavaScript' commentContainerID='moderationQueueCommentList'}
-- 2.20.1