Added proper support for font size and color
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / moderationReportDialog.tpl
index e0d98db767b2fc034fc03e477824621d7722eed0..54c99c0174d53e95738b6ffacb99c97afba89b89 100644 (file)
@@ -1,20 +1,20 @@
 {if $alreadyReported}
        <p class="info">{lang}wcf.moderation.report.alreadyReported{/lang}</p>
 {else}
-       <fieldset>
-               <legend><label for="reason">{lang}wcf.moderation.report.reason{/lang}</label></legend>
+       <section class="section">
+               <h2 class="sectionTitle">{lang}wcf.moderation.report.reason{/lang}</h2>
                
                <dl class="wide">
                        <dd>
-                               <textarea id="reason" required="required" cols="60" rows="10" class="jsReportMessage"></textarea>
+                               <textarea id="reason" required="required" cols="60" rows="10" class="jsReportMessage" maxlength="64000"></textarea>
                                <small>{lang}wcf.moderation.report.reason.description{/lang}</small>
                        </dd>
                </dl>
                
                {event name='reasonFields'}
-       </fieldset>
+       </section>
        
-       {event name='fieldsets'}
+       {event name='sections'}
        
        <div class="formSubmit">
                <button class="jsSubmitReport buttonPrimary" accesskey="s">{lang}wcf.global.button.submit{/lang}</button>