|
|
- <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
- <tr>
- <td width="14" height="7" style="background-image: url('template/images/td_category_left.gif')" class="category"></td>
- <td height="7" width="540" class="category" style="background-image: url('template/images/td_category.jpg')">
- <a href="admin_forums.php?mode=edit&submode=cat&c=<?= $skin['c_id']; ?>" title="<?= $lng['edit_cat']; ?>">
- <span class="fstandard" style="color: white"><? echo $skin['category']; ?></span></a>
- </td>
- <td width="48" height="7" class="category" style="background-image: url('template/images/td_category.jpg')">
- <a href="javascript:confirm_action('<?= $skin['del_cat']; ?>','admin_forums.php?mode=delete&submode=cat&c=<?= $skin['c_id']; ?>') " class="fstandard">
- <font color="white"><?= $skin['delete'];?></font>
- </a>
- </td>
- <td class="category" style="background-image: url('template/images/td_category.jpg')">
- <a href="admin_forums.php?mode=moveup&submode=cat&c=<?= $skin['c_id'] ?>" class="fstandard">
- <font color="white"><?= $skin['move_up']; ?></font>
- </a>
- <span class="fstandard"><font color="white"> || </font></span>
- <a href="admin_forums.php?mode=movedown&submode=cat&c=<?= $skin['c_id'] ?>" class="fstandard">
- <font color="white"><?= $skin['move_down']; ?></font>
- </a>
- </td>
- <td width="14" height="7" style="background-image: url('template/images/td_category_right.gif')" class="category"></td>
- </tr>
- </table>
|