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