[ Index ]

PHP Cross Reference of Mambo 4.6.5

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

title

Body

[close]

/help/ -> categories.contact.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  
   5  <html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US">
   6  <head>
   7  <title>Contact Category - Edit</title>
   8  <link href="css/help.css" rel="stylesheet" type="text/css" />
   9  </head>
  10  <body><strong class="title">Contact Category: Edit a Category </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 allows you to
  15                      edit a Contact Categories.</p>               
  16                 <strong>Details</strong>               <ul>
  17                      <li><strong>Category Title </strong>: Enter a name for the
  18                           Category.</li>
  19                      <li><strong>Category Name</strong>: A redundant field for
  20                           entering a Category name. </li>
  21                      <li><strong>Section</strong>: Unused field -- n/a.</li>
  22                      <li><strong>Image</strong>: Select an image to be associated
  23                           with this Contact Category.</li>
  24                      <li><strong>Image Position:</strong> Controls position of
  25                           the image, above, relative to the text on the page. </li>
  26                      <li><strong>Ordering</strong>: Will not be active until you
  27                           save Category. Once active,you can reorder the Category
  28                           relative to others with this dropdown menu.</li>
  29                      <li><strong>Access</strong>: This is the User access level.</li>
  30                      <li><strong>Published</strong>: Publish or unpublish the
  31                           Category.</li>
  32                      <li><strong>Description</strong>: Free text field supported
  33                           by WYSIWYG editor (where enabled in the Global Configuration
  34                           Settings) where you can enter text and images to appear
  35                           with this Category. </li>
  36                 </ul></td>
  37       </tr>
  38       <tr>
  39            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Usage:</td>
  40            <td valign="top" class="data">n/a</td>
  41       </tr>
  42       <tr>
  43            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Default State: </td>
  44            <td valign="top" class="data">n/a</td>
  45       </tr>
  46       <tr>
  47            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Parameters:</td>
  48            <td valign="top" class="data"><ul>
  49                 <li><strong>Link to Menu</strong>: Allows you to create
  50                      a new Menu Item linking to this Category. </li>
  51            </ul></td>
  52       </tr>
  53       <tr>
  54            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Toolbar Icons: </td>
  55            <td valign="top" class="data"><ul>
  56                 <li><strong>Upload</strong>: Upload an image (or other) file for
  57                      use with this Category. </li>
  58                 <li><strong>Save</strong>: Save your changes and return to Category
  59                      Manager. </li>
  60                 <li><strong>Apply</strong>: Save changes without leaving this
  61                      page. </li>
  62                 <li><strong>Cancel</strong> Cancel without saving changes and
  63                      return to Category Manager. </li>
  64                 </ul></td>
  65       </tr></table>
  66  
  67  </body></html>