From df17a15b022c88cb58b84656e3e33e4b5e0da54c Mon Sep 17 00:00:00 2001 From: matt 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: http://svn.automattic.com/wordpress/trunk@6778 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 da6d991f3..377d10fa9 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 - +