[ Index ]

PHP Cross Reference of Mambo 4.6.5

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

title

Body

[close]

/help/ -> newsfeeds.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>Newsfeed - Edit</title>
   5  <link href="css/help.css" rel="stylesheet" type="text/css" />
   6  </head>
   7  <body><strong class="title">Newsfeeds Manager : Edit a Newsfeed </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 page lets you 
  12                      edit a Newsfeed Item.</p>
  13                 <strong>Details</strong>
  14                 <ul>
  15                      <li><strong>Name</strong>: Enter the name of the Newsfeed
  16                           as you want it to appear on your site.</li>
  17                      <li><strong>Category</strong>: Select a Category for this
  18                           Newsfeed Item.</li>
  19                      <li><strong>Link</strong>: Enter here the link to the feed
  20                           (as provided by the source).</li>
  21                      <li><strong>Number of Articles</strong>: Enter the maximum
  22                           number of Articles to display.</li>
  23                      <li><strong>Cache Time (in seconds)</strong>: Enter the time
  24                           between refreshes, in seconds.</li>
  25                      <li><strong>Ordering</strong>: This is the order the Item
  26                           will display in the Newsfeed Manager. Defaults to last
  27                           when created, may be changed when editing.</li>
  28                      <li><strong>Published</strong>: Click the radio button to
  29                           decide whether this Newsfeed will display or not on
  30                           your site. </li>
  31                 </ul></td>
  32       </tr>
  33       <tr>
  34            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Usage:</td>
  35            <td valign="top" class="data">n/a</td>
  36       </tr>
  37       <tr>
  38            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Default State: </td>
  39            <td valign="top" class="data">n/a</td>
  40       </tr>
  41       <tr>
  42            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Parameters:</td>
  43            <td valign="top" class="data"><ul>
  44                 <li></li>
  45                 </ul></td>
  46       </tr>
  47       <tr>
  48            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Toolbar Icons: </td>
  49            <td valign="top" class="data"><ul>
  50                 <li><strong>Save</strong>: Click this icon to save the created or modified Newsfeed.</li>
  51                 <li><strong>Cancel</strong>: Cancels any change or creation. When clicking while editing, the item will remain checked-in.</li>
  52            </ul></td>
  53       </tr></table>
  54  </body></html>