Added proper support for font size and color
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / moderationReportDialog.tpl
index afcbcfaf2cc5fc9f059d586531424b0e6db3ea8d..54c99c0174d53e95738b6ffacb99c97afba89b89 100644 (file)
@@ -1,8 +1,8 @@
 {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>
@@ -12,9 +12,9 @@
                </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>