moved the add form above the list of cats

git-svn-id: http://svn.automattic.com/wordpress/trunk@809 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
alex_t_king 2004-01-30 02:26:22 +00:00
parent 7d63d0c095
commit 77062c2301

View File

@ -134,21 +134,6 @@ default:
}
?>
<div class="wrap">
<h2>Current Categories</h2>
<table width="100%" cellpadding="3" cellspacing="3">
<tr>
<th scope="col">Name</th>
<th scope="col">Description</th>
<th scope="col"># Posts</th>
<th colspan="2">Action</th>
</tr>
<?php
cat_rows();
?>
</table>
</div>
<div class="wrap">
<h2>Add New Category</h2>
<form name="addcat" action="categories.php" method="post">
@ -165,6 +150,21 @@ cat_rows();
</form>
</div>
<div class="wrap">
<h2>Current Categories</h2>
<table width="100%" cellpadding="3" cellspacing="3">
<tr>
<th scope="col">Name</th>
<th scope="col">Description</th>
<th scope="col"># Posts</th>
<th colspan="2">Action</th>
</tr>
<?php
cat_rows();
?>
</table>
</div>
<div class="wrap">
<p><strong>Note:</strong><br />