[ Index ]

PHP Cross Reference of Mambo 4.6.5

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

title

Body

[close]

/help/ -> sections.edit.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>Section - Edit</title>
   5  <link href="css/help.css" rel="stylesheet" type="text/css" />
   6  </head>
   7  <body><strong class="title">Sections Manager
   8  : Edit a Section</strong>
   9  <table width="100%"  border="1" cellspacing="0" cellpadding="3">
  10       <tr>
  11            <td width="16%" align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Purpose:</td>
  12            <td width="84%" valign="top" class="data"><p>This page lets you edit a Section.</p>
  13                 <strong>Display Columns</strong>
  14                 <ul>
  15                 <li><strong>Section Title</strong>: Type here the name of the
  16                      section as you want it to display on your site.</li>
  17                 <li><strong>Section Name</strong>:
  18                                Type here the name of the section as you want it
  19                      to appear in the database and the back-end.</li>
  20                 <li><strong>Image</strong>: Select here
  21                                an image to display next to the Section Description
  22                      text. The dropdown lists an image choice from the images/stories
  23                      folder.</li>
  24                 <li><strong>Image
  25                                position</strong>: Select here the position of
  26                                the image relative to the description text. Left
  27                                or right.</li>
  28                 <li><strong>Ordering</strong>:
  29                                     Select here the order of the section among
  30                      other sections. This will reflect in the Section Manager.
  31                                     New sections default to the last place. Ordering
  32                                     can be changed after applied or saved.</li>
  33                 <li><strong>Access</strong>:
  34                                This is the user access level for the category.
  35                      Public, Registered or Special.</li>
  36                 <li><strong>Published</strong>: Check the box to let the
  37                           item show on your site.</li>
  38                 <li><strong>Description</strong>:&nbsp; Type
  39                           here a description of the Section. This text will show
  40                           decided so when the section is displayed as
  41                      a table, blog or other sections.</li>
  42            </ul></td>
  43       </tr>
  44       <tr>
  45            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Usage:</td>
  46            <td valign="top" class="data">n/a</td>
  47       </tr>
  48       <tr>
  49            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Default State: </td>
  50            <td valign="top" class="data">n/a</td>
  51       </tr>
  52       <tr>
  53            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Parameters:</td>
  54            <td valign="top" class="data">n/a</td>
  55       </tr>
  56       <tr>
  57            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Toolbar Icons: </td>
  58            <td valign="top" class="data"><ul>
  59                 <li><strong>Upload</strong>: Opens a new
  60                           window which lets you upload a file or an image from your computer
  61                      to the images/stories folder.</li>
  62                 <li><strong>Save</strong>: Saves the
  63                                section and returns to Manager.</li>
  64                 <li><strong>Apply</strong>:
  65                                     Saves the section and keep the page displayed
  66                      to edit.</li>
  67                 <li><strong>Cancel</strong>:
  68                                Cancels the action. Any modification is lost. If
  69                      opened for edit, the Section remains checked-in.</li>
  70            </ul></td>
  71       </tr></table>
  72  
  73  
  74  </body></html>