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:
parent
f94fdae019
commit
f9a22d89f4
@ -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 />
|
||||
|
Loading…
Reference in New Issue
Block a user