Merge pull request #5989 from WoltLab/wsc-rpc-api-const
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / moderationReportDialog.tpl
CommitLineData
fc69b61d 1{if $alreadyReported}
a31f5145 2 <p>{lang}wcf.moderation.report.alreadyReported{/lang}</p>
fc69b61d 3{else}
a31f5145
AE
4 <dl>
5 <dt><label for="reason">{lang}wcf.moderation.report.reason{/lang}</label></dt>
6 <dd>
7 <textarea id="reason" required cols="60" rows="10" class="jsReportMessage" maxlength="64000"></textarea>
8 <small>{lang}wcf.moderation.report.reason.description{/lang}</small>
9 </dd>
10 </dl>
11
12 {event name='reasonFields'}
fc69b61d 13{/if}