File Manager

Current Path : /webspace/www.babilon.be/html/modules/CGFeedMaker/templates/
Upload File :
Current File : //webspace/www.babilon.be/html/modules/CGFeedMaker/templates/admin_feeds_tab.tpl

{if isset($feeds)}
<div class="pageoverflow">
  <table class="pagetable" cellspacing="0" cellpadding="0">
    <thead>
      <tr>
        <th width="20%">{$mod->Lang('feed_namealias')}</th>
        <th>{$mod->Lang('feed_title')}</th>
        <th class="pageicon">&nbsp;</th>
        <th class="pageicon">&nbsp;</th>
      </tr>
    </thead>
    <tbody>
    {foreach from=$feeds item='feed'}
      {cycle values="row1,row2" assign='rowclass'}
      <tr class="{$rowclass}" onmouseover="this.className='{$rowclass}hover';" onmouseout="this.className='{$rowclass}';">
        <td><a href="{$feed.edit_url}" title="{$mod->Lang('edit')}">{$feed.name}</a></td>
        <td>{$feed.title}</td>
        <td>{$feed.editlink}</td>
        <td>{$feed.deletelink}</td>
      </tr>
    {/foreach}
    </tbody>
  </table>
</div>
{/if}

<div class="pageoverflow">
  {$addlink}
</div>

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com