Make WordPress Core

Changeset 809


Ignore:
Timestamp:
01/30/2004 02:26:22 AM (22 years ago)
Author:
alex_t_king
Message:

moved the add form above the list of cats

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/categories.php

    r799 r809  
    136136
    137137<div class="wrap">
    138 <h2>Current Categories</h2>
    139 <table width="100%" cellpadding="3" cellspacing="3">
    140     <tr>
    141         <th scope="col">Name</th>
    142         <th scope="col">Description</th>
    143         <th scope="col"># Posts</th>
    144         <th colspan="2">Action</th>
    145     </tr>
    146 <?php
    147 cat_rows();
    148 ?>
    149     </table>
    150 
    151 </div>
    152 <div class="wrap">
    153138    <h2>Add New Category</h2>
    154139    <form name="addcat" action="categories.php" method="post">
     
    166151</div>
    167152
     153<div class="wrap">
     154<h2>Current Categories</h2>
     155<table width="100%" cellpadding="3" cellspacing="3">
     156    <tr>
     157        <th scope="col">Name</th>
     158        <th scope="col">Description</th>
     159        <th scope="col"># Posts</th>
     160        <th colspan="2">Action</th>
     161    </tr>
     162<?php
     163cat_rows();
     164?>
     165</table>
     166
     167</div>
    168168
    169169<div class="wrap">
Note: See TracChangeset for help on using the changeset viewer.