Added a commentTitle CSS class to the comment titles.
svn path=/plone.app.discussion/trunk/; revision=33543
This commit is contained in:
parent
590b343a53
commit
d937bcc42e
@ -4,6 +4,7 @@ Changelog
|
|||||||
1.0b3 (XXXX-XX-XX)
|
1.0b3 (XXXX-XX-XX)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
* Added a commentTitle CSS class to the comment titles. [hannosch]
|
||||||
* Update message ids to match their real text. [hannosch]
|
* Update message ids to match their real text. [hannosch]
|
||||||
* Set CSS classes for the comment form in the updateActions method. [timo]
|
* Set CSS classes for the comment form in the updateActions method. [timo]
|
||||||
* Respect the allow_comments field on an object and avoid calculations if no comments should be shown. [hannosch]
|
* Respect the allow_comments field on an object and avoid calculations if no comments should be shown. [hannosch]
|
||||||
|
@ -59,7 +59,8 @@
|
|||||||
alt reply/Creator" />
|
alt reply/Creator" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3 tal:content="reply/Title" />
|
<h3 class="commentTitle"
|
||||||
|
tal:content="reply/Title" />
|
||||||
|
|
||||||
<div class="documentByLine">
|
<div class="documentByLine">
|
||||||
<tal:posted i18n:translate="label_comment_by">Posted by</tal:posted>
|
<tal:posted i18n:translate="label_comment_by">Posted by</tal:posted>
|
||||||
|
Loading…
Reference in New Issue
Block a user