[ Index ]

PHP Cross Reference of Mambo 4.6.5

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

title

Body

[close]

/help/ -> categories.contact.new.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 - New</title>
   8  <link href="css/help.css" rel="stylesheet" type="text/css" />
   9  </head>
  10  <body><strong class="title">Contact Category: Create a New 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                      create a new Contact Category.</p>               
  16                 <strong>Details</strong>
  17                 <ul>
  18                 <li><strong>Category Title </strong>: Enter a name for the Category.</li>
  19                 <li><strong>Category Name</strong>: A redundant field for entering
  20                      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 with
  23                      this Contact Category.</li>
  24                 <li><strong>Image Position:</strong> Controls position of the
  25                      image, above, relative to the text on the page.   </li>
  26                 <li><strong>Ordering</strong>: Will not be active until you save
  27                      Category. Once active,you can reorder the Category relative
  28                      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 Category.</li>
  31                 <li><strong>Description</strong>: Free text field supported by
  32                      WYSIWYG editor (where enabled in the Global Configuration
  33                      Settings) where you can enter text and images to appear with
  34                      this Category. </li>
  35                 </ul>
  36            </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>: This parameter will not appear
  50                      until you click Save or Apply. Allows you to create a new
  51                      Menu Item linking to this Category. </li>
  52            </ul></td>
  53       </tr>
  54       <tr>
  55            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Toolbar Icons: </td>
  56            <td valign="top" class="data"><ul>
  57                 <li><strong>Upload</strong>: Upload an image (or other) file for
  58                      use with this Category. </li>
  59                 <li><strong>Save</strong>: Save your changes and return to Category
  60                      Manager. </li>
  61                 <li><strong>Apply</strong>: Save changes without leaving this
  62                      page. </li>
  63                 <li><strong>Cancel</strong> Cancel without saving changes and
  64                      return to Category Manager. </li>
  65            </ul></td>
  66       </tr></table>
  67  
  68  </body></html>