On the fly list manipulation. Delete in style. Mad props to mdawaffe. Applies to #1634

git-svn-id: https://develop.svn.wordpress.org/trunk@2832 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2005-08-31 02:39:17 +00:00
parent def9d039f4
commit 448122ff3c
11 changed files with 219 additions and 27 deletions
+3 -1
View File
@@ -120,7 +120,7 @@ $messages[3] = __('Category updated.');
<?php else : ?>
<h2><?php _e('Categories') ?> </h2>
<?php endif; ?>
<table width="100%" cellpadding="3" cellspacing="3">
<table id="the-list-x" width="100%" cellpadding="3" cellspacing="3">
<tr>
<th scope="col"><?php _e('ID') ?></th>
<th scope="col"><?php _e('Name') ?></th>
@@ -133,6 +133,8 @@ cat_rows();
?>
</table>
<div id="ajax-response"></div>
</div>
<?php if ( current_user_can('manage_categories') ) : ?>