Fixed .sectionDescription tag
authorMarcel Werk <burntime@woltlab.com>
Tue, 5 Apr 2016 15:02:03 +0000 (17:02 +0200)
committerMarcel Werk <burntime@woltlab.com>
Tue, 5 Apr 2016 15:02:03 +0000 (17:02 +0200)
com.woltlab.wcf/templates/moderationActivation.tpl
wcfsetup/install/files/lib/system/form/container/GroupFormElementContainer.class.php
wcfsetup/install/files/lib/system/form/container/MultipleSelectionFormElementContainer.class.php
wcfsetup/install/files/lib/system/form/container/SingleSelectionFormElementContainer.class.php

index 650c73519ccfc7e62728a789010ddab7d3e251df..9079385879d22b7f8c1ab8559ffc175a2c4260ec 100644 (file)
@@ -94,7 +94,7 @@
 <section id="comments" class="section sectionContainerList moderationComments">
        <header class="sectionHeader">
                <h2 class="sectionTitle">{lang}wcf.moderation.comments{/lang} <span class="badge">{#$queue->comments}</span></h2>
-               <small class="sectionDescription">{lang}wcf.moderation.comments.description{/lang}</small>
+               <p class="sectionDescription">{lang}wcf.moderation.comments.description{/lang}</p>
        </header>
        
        <ul id="moderationQueueCommentList" class="commentList containerList" data-can-add="true" data-object-id="{@$queueID}" data-object-type-id="{@$commentObjectTypeID}" data-comments="{@$commentList->countObjects()}" data-last-comment-time="{@$lastCommentTime}">
index 700967f1094dfd186fb398ccf1702077e1a51450..98dc1fcd5248d64d4212e9aeb60c55aac1e00a02 100644 (file)
@@ -25,7 +25,7 @@ class GroupFormElementContainer extends AbstractFormElementContainer {
 <section class="section">
        <header class="sectionHeader">
                <h2 class="sectionTitle">{$this->getLabel()}</h2>
-               <small class="sectionDescription">{$this->getDescription()}</small>
+               <p class="sectionDescription">{$this->getDescription()}</p>
        </header>
        
        {$content}
index 965aab992e7956c7d5bbbd633d3b628c997e2c76..a2356917298b53f2222f753244112caa8c288dc4 100644 (file)
@@ -40,7 +40,7 @@ class MultipleSelectionFormElementContainer extends SelectionFormElementContaine
 <section class="section">
        <header class="sectionHeader">
                <h2 class="sectionTitle">{$this->getLabel()}</h2>
-               <small class="sectionDescription">{$this->getDescription()}</small>
+               <p class="sectionDescription">{$this->getDescription()}</p>
        </header>
        
        <dl class="wide">
index b1537c2671de70b9c901eb8fda3569ee77488b09..780692d9f627351f4ab652f1426cf420f6270c06 100644 (file)
@@ -48,7 +48,7 @@ class SingleSelectionFormElementContainer extends SelectionFormElementContainer
 <section class="section">
        <header class="sectionHeader">
                <h2 class="sectionTitle">{$this->getLabel()}</h2>
-               <small class="sectionDescription">{$this->getDescription()}</small>
+               <p class="sectionDescription">{$this->getDescription()}</p>
        </header>
        
        <dl>