b07b6a265c5528f654b8990ab83776799e661d91
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / moderationReportDialog.tpl
1 {if $alreadyReported}
2 <p>{lang}wcf.moderation.report.alreadyReported{/lang}</p>
3 {else}
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'}
13 {/if}