Remove DL's from portal message in templates.
This commit is contained in:
parent
cc02ed01ad
commit
6ae623c39d
@ -25,18 +25,18 @@
|
|||||||
Moderate comments
|
Moderate comments
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<dl class="portalMessage warning"
|
<div class="portalMessage warning"
|
||||||
tal:condition="not: view/moderation_enabled">
|
tal:condition="not: view/moderation_enabled">
|
||||||
<dt i18n:domain="plone" i18n:translate="">Warning</dt>
|
<strong i18n:domain="plone" i18n:translate="">Warning</strong>
|
||||||
<dd i18n:translate="message_moderation_disabled">
|
<span tal:omit-tag="" i18n:translate="message_moderation_disabled">
|
||||||
Moderation workflow is disabled. You have to
|
Moderation workflow is disabled. You have to
|
||||||
<a i18n:name="enable_comment_workflow"
|
<a i18n:name="enable_comment_workflow"
|
||||||
i18n:translate="message_enable_comment_workflow" href=""
|
i18n:translate="message_enable_comment_workflow" href=""
|
||||||
tal:attributes="href string:${context/portal_url}/@@types-controlpanel?type_id=Discussion Item">
|
tal:attributes="href string:${context/portal_url}/@@types-controlpanel?type_id=Discussion Item">
|
||||||
enable the 'Comment Review Workflow' for the Comment content
|
enable the 'Comment Review Workflow' for the Comment content
|
||||||
type</a> before you can moderate comments here.
|
type</a> before you can moderate comments here.
|
||||||
</dd>
|
</span>
|
||||||
</dl>
|
</div>
|
||||||
|
|
||||||
<form tal:condition="not:items">
|
<form tal:condition="not:items">
|
||||||
<fieldset id="fieldset-moderate-comments" class="formPanel">
|
<fieldset id="fieldset-moderate-comments" class="formPanel">
|
||||||
|
Loading…
Reference in New Issue
Block a user