mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-17 03:56:07 +00:00
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:
parent
7d63d0c095
commit
77062c2301
@ -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…
x
Reference in New Issue
Block a user