[ Index ]

PHP Cross Reference of Mambo 4.6.5

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

title

Body

[close]

/help/ -> trash.manager.html (source)

   1  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   2  <html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US">
   3  <head>
   4  <title>Trash Manager</title>
   5  <link href="css/help.css" rel="stylesheet" type="text/css" />
   6  </head>
   7  <body><strong class="title">Trash&nbsp;Manager</strong>
   8  <table width="100%"  border="1" cellspacing="0" cellpadding="3">
   9       <tr>
  10            <td width="16%" align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Purpose:</td>
  11            <td width="84%" valign="top" class="data"><p>This screen shows&nbsp;a
  12                      list of the Content Items that is in the &#39;Trash bin&#39;.
  13                      Trash bin is the equivelant of the &#39;Recycle bin&#39; on
  14                      Windows. There are two tabs. <strong>Content Items tab</strong>, displays
  15                      all the Content Items that have been trashed. <strong>Menu Items
  16            tab</strong>, displays all the Menu Items that have been trashed.</p>               <strong>Display Columns</strong>
  17                 <ul>
  18                 <li><strong>Title</strong>: This is the title of the trashed item</li>
  19                 <li><strong>Section</strong>:
  20                           This is the section of the trashed item.</li>
  21                 <li><strong>Category</strong>:
  22                           This is the category of the trashed item.</li>
  23                 <li><strong>ID</strong>:
  24                           This is the ID of the trashed item.</li>
  25                 <li><strong>Menu</strong>:
  26                                The menu this Menu Item belongs</li>
  27                 <li><strong>Type</strong>:
  28                                     The type of Menu Item </li>
  29            </ul></td>
  30       </tr>
  31       <tr>
  32            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Usage:</td>
  33            <td valign="top" class="data">n/a</td>
  34       </tr>
  35       <tr>
  36            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Default State: </td>
  37            <td valign="top" class="data">n/a</td>
  38       </tr>
  39       <tr>
  40            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Parameters:</td>
  41            <td valign="top" class="data"><p>n/a</p></td>
  42       </tr>
  43       <tr>
  44            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Toolbar Icons: </td>
  45            <td valign="top" class="data"><ul>
  46                 <li><strong>Restore</strong>: Select
  47                           an item from the table and click the Restore icon to undelet
  48                           it. The item will be returned to its original position, and
  49                      by default, it will be unpublished.</li>
  50                 <li><strong>Delete</strong>:
  51                                Select an item from the table and click the delete
  52                      icon, to <strong>permanently delete</strong> it.</li>
  53            </ul></td>
  54       </tr></table>
  55  </body></html>