Fixed directory name
[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 <fieldset>
5 <legend><label for="reason">{lang}wcf.moderation.report.reason{/lang}</label></legend>
6
7 <dl class="wide">
8 <dd>
9 <textarea id="reason" required="required" cols="60" rows="10" class="jsReportMessage"></textarea>
10 <small>{lang}wcf.moderation.report.reason.description{/lang}</small>
11 </dd>
12 </dl>
13
14 {event name='reasonFields'}
15 </fieldset>
16
17 {event name='fieldsets'}
18
19 <div class="formSubmit">
20 <button class="jsSubmitReport buttonPrimary" accesskey="s">{lang}wcf.global.button.submit{/lang}</button>
21 </div>
22 {/if}