From 6c3071b81a8b45f9e3488906adb16fae81a69f8d Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Sun, 10 Feb 2008 08:10:11 +0000 Subject: [PATCH] New manage posts almost fully functional, and some admin CSS reorganization. TODO: Delete buttons and checkboxes are currently impotent. git-svn-id: https://develop.svn.wordpress.org/trunk@6778 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/admin-header.php | 5 +- wp-admin/css/global.css | 93 ++++++ wp-admin/edit-post-rows.php | 80 ++++- wp-admin/edit.php | 8 +- wp-admin/images/comment-grey-bubble.png | Bin 0 -> 158 bytes wp-admin/images/comment-stalk.gif | Bin 525 -> 1067 bytes wp-admin/includes/template.php | 16 +- wp-admin/wp-admin.css | 386 ++++++------------------ 8 files changed, 263 insertions(+), 325 deletions(-) create mode 100644 wp-admin/css/global.css create mode 100644 wp-admin/images/comment-grey-bubble.png diff --git a/wp-admin/admin-header.php b/wp-admin/admin-header.php index da6d991f35..377d10fa92 100644 --- a/wp-admin/admin-header.php +++ b/wp-admin/admin-header.php @@ -14,7 +14,10 @@ get_admin_page_title(); <?php bloginfo('name') ?> › <?php echo wp_specialchars( strip_tags( $title ) ); ?> — WordPress - +