File Manager

Current Path : /webspace/www.babilon.be/html/plugins/CGFeedMaker/templates/
Upload File :
Current File : /webspace/www.babilon.be/html/plugins/CGFeedMaker/templates/admin_categories_tab.tpl

{if isset($categories)}
<div class="pageoverflow">
<table class="pagetable" cellspacing="0">
  <thead>
    <tr>
      <th>{$mod->Lang('name')}</th>
      <th class="pageicon">&nbsp;</th>
      <th class="pageicon">&nbsp;</th>
    </tr>
  </thead>
  <tbody>
  {foreach from=$categories item='one'}
    {cycle values="row1,row2" assign='rowclass'}
    <tr class="{$rowclass}" onmouseover="this.className='{$rowclass}hover';" onmouseout="this.className='{$rowclass}';">
      <td>{$one.name}</td>
      <td>{$one.editlink}</td>
      <td>{$one.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