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
+5 -2
View File
@@ -14,7 +14,7 @@ $posts = $wpdb->get_results("SELECT * FROM $wpdb->posts WHERE post_status = 'sta
if ($posts) {
?>
<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('Title') ?></th>
@@ -26,6 +26,9 @@ if ($posts) {
</tr>
<?php page_rows(); ?>
</table>
<div id="ajax-response"></div>
<?php
} else {
?>
@@ -38,4 +41,4 @@ if ($posts) {
</div>
<?php include('admin-footer.php'); ?>
<?php include('admin-footer.php'); ?>