Merge remote-tracking branch 'refs/remotes/origin/master' into next
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / moderationReportDialog.tpl
1 {if $alreadyReported}
2 <p class="info">{lang}wcf.moderation.report.alreadyReported{/lang}</p>
3 {else}
4 <section class="section">
5 <h2 class="sectionTitle">{lang}wcf.moderation.report.reason{/lang}</h2>
6
7 <dl class="wide">
8 <dd>
9 <textarea id="reason" required="required" cols="60" rows="10" class="jsReportMessage" maxlength="64000"></textarea>
10 <small>{lang}wcf.moderation.report.reason.description{/lang}</small>
11 </dd>
12 </dl>
13
14 {event name='reasonFields'}
15 </section>
16
17 {event name='sections'}
18
19 <div class="formSubmit">
20 <button class="jsSubmitReport buttonPrimary" accesskey="s">{lang}wcf.global.button.submit{/lang}</button>
21 </div>
22 {/if}