<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE section
[
<!ENTITY % xinclude SYSTEM "../../en/xinclude.mod">
%xinclude;
<!-- Add translated specific definitions and snippets -->
<!ENTITY % language-snippets SYSTEM "../standalone/language-snippets.xml">
%language-snippets;
<!-- Fallback to English definitions and snippets (in case of missing translation) -->
<!ENTITY % language-snippets.default SYSTEM "../../en/standalone/language-snippets.xml">
%language-snippets.default;
]>
<section id="comments.approve-reject-pend">
<title>Approving, Rejecting, or Pending Comments</title>
<bridgehead>
To approve, reject, or pend a comment:
</bridgehead>
<orderedlist>
<listitem>
Click <guibutton>Manage</guibutton> in the &product.longname; toolbar.
<mediaobject>
<imageobject>
<imagedata fileref="images/toolbar-manage-manage.png"/>
</imageobject>
</mediaobject>
</listitem>
<listitem>
Click <guimenuitem>Comments</guimenuitem>.
<mediaobject>
<imageobject>
<imagedata fileref="images/screen-toolbar_menu-comments-focus.png"/>
</imageobject>
</mediaobject>
The <emphasis role="screen">Moderate Comments</emphasis> screen is displayed.
</listitem>
<listitem>
Scroll through the available comments to locate the comment you wish to delete.
<mediaobject>
<imageobject>
<imagedata fileref="images/screen-moderate_comments-action.png"/>
</imageobject>
</mediaobject>
</listitem>
<listitem>
Click the button in the <emphasis role="bold">Actions</emphasis> column in the row
containing the comment you wish to approve or reject.
<orderedlist>
<listitem>
If the comment is currently Approved, this popup menu appears:
<mediaobject>
<imageobject>
<imagedata fileref="images/popup_menu-comment-approved.png"/>
</imageobject>
</mediaobject>
<para></para>
Select the <guimenuitem>Reject</guimenuitem> or <guimenuitem>Pend</guimenuitem>
option to remove the comment from display. Pending a comment indicates that
further review is required.
</listitem>
<listitem>
If the comment is currently Rejected, this popup menu appears:
<mediaobject>
<imageobject>
<imagedata fileref="images/popup_menu-comment-rejected.png"/>
</imageobject>
</mediaobject>
<para></para>
Select the <guimenuitem>Approve</guimenuitem> option to cause the comment to be
displayed beneath its content entry. Select the <guimenuitem>Pend</guimenuitem>
option to remove the comment from display. Pending a comment indicates that
further review is required.
</listitem>
<listitem>
If the comment is currently Pending, this popup menu appears:
<mediaobject>
<imageobject>
<imagedata fileref="images/popup_menu-comment-pending.png"/>
</imageobject>
</mediaobject>
<para></para>
Select the <guimenuitem>Approve</guimenuitem> option to cause the comment to be
displayed beneath its content entry. Select the
<guimenuitem>Reject</guimenuitem> option to remove the comment from display.
</listitem>
</orderedlist>
</listitem>
</orderedlist>
<xi:include href="../standalone/enable-comments.xml" role="module">
<xi:fallback>
<xi:include href="../../en/standalone/enable-comments.xml" />
</xi:fallback>
</xi:include>
</section>
<!--
vim:se ts=4 sw=4 et:
-->