Move reporter to top of moderation report page
authorMatthias Schmidt <gravatronics@live.com>
Sat, 23 May 2020 05:59:57 +0000 (07:59 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sat, 23 May 2020 05:59:57 +0000 (07:59 +0200)
Close #3284

com.woltlab.wcf/templates/moderationReport.tpl

index 35d30bd7b6e46d2f47f3b5443b3ed43c4fb5db83..197b5e2d36a98e15cbac7cb2f0c5e053a933ef55 100644 (file)
 
 {include file='formError'}
 
-<section class="section">
-       <header class="sectionHeader">
-               <h2 class="sectionTitle">{lang}wcf.moderation.report.reportedContent{/lang}</h2>
-               <p class="sectionDescription">{lang}wcf.moderation.type.{@$queue->getObjectTypeName()}{/lang}</p>
-       </header>
-       
-       {@$reportedContent}
-</section>
-
 <section class="section">
        <h2 class="sectionTitle">{lang}wcf.moderation.report.reportedBy{/lang}</h2>
        
        </div>
 </section>
 
+<section class="section">
+       <header class="sectionHeader">
+               <h2 class="sectionTitle">{lang}wcf.moderation.report.reportedContent{/lang}</h2>
+               <p class="sectionDescription">{lang}wcf.moderation.type.{@$queue->getObjectTypeName()}{/lang}</p>
+       </header>
+       
+       {@$reportedContent}
+</section>
+
 {include file='__commentJavaScript' commentContainerID='moderationQueueCommentList'}
 
 <section id="comments" class="section sectionContainerList moderationComments">