AJAX, cause you love it. Props mdawaffe. fixes #2561

git-svn-id: https://develop.svn.wordpress.org/trunk@3660 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2006-03-29 01:51:55 +00:00
parent 6d474bde7a
commit cb23290318
24 changed files with 595 additions and 445 deletions
+6 -2
View File
@@ -114,7 +114,8 @@ bookmarks ordered by
<input type="hidden" name="action" value="" />
<input type="hidden" name="order_by" value="<?php echo wp_specialchars($order_by, 1); ?>" />
<input type="hidden" name="cat_id" value="<?php echo (int) $cat_id ?>" />
<table id="the-list-x" width="100%" cellpadding="3" cellspacing="3">
<table width="100%" cellpadding="3" cellspacing="3">
<thead>
<tr>
<th width="15%"><?php _e('Name') ?></th>
<th><?php _e('URI') ?></th>
@@ -124,6 +125,8 @@ bookmarks ordered by
<th colspan="2"><?php _e('Action') ?></th>
<th><input type="checkbox" onclick="checkAll(document.getElementById('links'));" /></th>
</tr>
</thead>
<tbody id="the-list">
<?php
if ( 'all' == $cat_id )
$cat_id = '';
@@ -174,6 +177,7 @@ if ($links)
echo "\n </tr>\n";
}
?>
</tbody>
</table>
<div id="ajax-response"></div>
@@ -182,4 +186,4 @@ if ($links)
</div>
</form>
<?php include('admin-footer.php'); ?>
<?php include('admin-footer.php'); ?>