show message when there are no comments to moderate.
svn path=/plone.app.discussion/trunk/; revision=27866
This commit is contained in:
parent
bed1b420ba
commit
97205fbbf8
@ -52,6 +52,14 @@
|
||||
-->
|
||||
</ul>
|
||||
|
||||
<form tal:condition="not:items">
|
||||
<fieldset id="fieldset-moderate-comments" class="formPanel">
|
||||
<p id="no-comments-message" i18n:translate="message_nothing_to_moderate">
|
||||
No comments to moderate.
|
||||
</p>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
<form method="post"
|
||||
action="#"
|
||||
tal:attributes="action string:${context/absolute_url}/@@bulk-actions"
|
||||
|
Loading…
Reference in New Issue
Block a user