moved the add form above the list of cats

git-svn-id: https://develop.svn.wordpress.org/trunk@809 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Alex King 2004-01-30 02:26:22 +00:00
parent f94fdae019
commit f9a22d89f4
1 changed files with 15 additions and 15 deletions

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 />