Fixed i18n markup of message_moderation_disabled.

svn path=/plone.app.discussion/trunk/; revision=38564
This commit is contained in:
Vincent Fretin
2010-08-06 09:51:23 +00:00
parent 27710ca541
commit c1e861e969
9 changed files with 313 additions and 241 deletions
+5 -3
View File
@@ -29,8 +29,10 @@
tal:condition="not: view/moderation_enabled">
<dt> Warning </dt>
<dd i18n:translate="message_moderation_disabled">
Moderation workflow is disabled. You have to <a href=""
tal:attributes="href string:${context/portal_url}/@@types-controlpanel">
Moderation workflow is disabled. You have to
<a i18n:name="enable_comment_workflow"
i18n:translate="message_enable_comment_workflow" href=""
tal:attributes="href string:${context/portal_url}/@@types-controlpanel">
enable the 'Comment Review Workflow' for the Comment content
type</a> before you can moderate comments here.
</dd>
@@ -151,4 +153,4 @@
</metal:main>
</body>
</html>
</html>