[ Index ]

PHP Cross Reference of Mambo 4.6.5

[ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/help/ -> comment.edit.html (source)

   1  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   2  
   3  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   4  <html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US">
   5  <head>
   6  <title>Comment - Edit</title>
   7  <link href="css/help.css" rel="stylesheet" type="text/css" />
   8  </head>
   9  <body>
  10  <strong class="title">Comment Manager : Edit a Comment Item </strong>
  11  <table width="100%"  border="1" cellspacing="0" cellpadding="3">
  12    <tr>
  13      <td width="16%" align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Purpose:</td>
  14      <td width="84%" valign="top" class="data"><p>This page lets you edit a Comment
  15          Item for your site.</p>
  16      </td>
  17    </tr>
  18    <tr>
  19      <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Usage:</td>
  20      <td valign="top" class="data">n/a</td>
  21    </tr>
  22    <tr>
  23      <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Default
  24        State: </td>
  25      <td valign="top" class="data">n/a</td>
  26    </tr>
  27    <tr>
  28      <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Parameters:</td>
  29      <td valign="top" class="data">
  30        <ul>
  31          <li><strong>Name</strong>: Enter or edit the name of the user here.</li>
  32          <li><strong>Content Item</strong>: This is the content item that this
  33            comment relates to. If you wish to move this comment to another content
  34            item you may select it from here.</li>
  35          <li><strong> Comments</strong>: Edit the comment here.</li>
  36          <li><strong>Published</strong>: Select Yes/No to publish this comment</li>
  37        </ul>
  38      </td>
  39    </tr>
  40    <tr>
  41      <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Toolbar
  42        Icons: </td>
  43      <td valign="top" class="data"><ul>
  44          <li><strong>Save</strong>: Saves and returns you to Comment Manager.</li>
  45          <li><strong>Cancel</strong>: Cancels without saving and returns you to
  46            Comment Manager.</li>
  47        </ul>
  48      </td>
  49    </tr>
  50  </table>
  51  </body>
  52  </html>