Index: wp-admin/css/global.css
===================================================================
--- wp-admin/css/global.css (revision 7641)
+++ wp-admin/css/global.css (working copy)
@@ -156,14 +156,14 @@
margin-left: 15px;
margin-right: 15px;
padding: 0;
- max-width: 980px;
+/* max-width: 980px;*/
}
.updated, .error {
border-width: 1px;
border-style: solid;
padding: 0 0.6em;
- max-width: 950px;
+/* max-width: 950px;*/
margin-bottom: 1em;
}
Index: wp-admin/edit-form-advanced.php
===================================================================
--- wp-admin/edit-form-advanced.php (revision 7641)
+++ wp-admin/edit-form-advanced.php (working copy)
@@ -18,8 +18,67 @@
+
+
+
+
+
+
+
draft) ) {
+ $post_type_texts[] = '
'.sprintf( __ngettext( '%s draft', '%s drafts', $num_posts->draft ), number_format_i18n( $num_posts->draft ) ).'';
+}
+if ( $can_edit_posts && !empty($num_posts->future) ) {
+ $post_type_texts[] = 'and
'.sprintf( __ngettext( '%s scheduled post', '%s scheduled posts', $num_posts->future ), number_format_i18n( $num_posts->future ) ).'';
+}
+
+if ( current_user_can('publish_posts') && !empty($num_posts->pending) ) {
+ $pending_text = sprintf( __ngettext( 'There is
%2$s post pending your review.', 'There are
%2$s posts pending your review.', $num_posts->pending ), 'edit.php?post_status=pending', number_format_i18n( $num_posts->pending ) );
+} else {
+ $pending_text = '';
+}
+
+$post_type_text = implode(', ', $post_type_texts);
+
+if ( $can_edit_posts && (!empty($num_posts->draft) || !empty($num_posts->future) || !empty($num_posts->pending) )) {
+ $sentence = sprintf( __( 'You have %1$s. %2$s' ), $post_type_text, $pending_text );
+ $sentence = apply_filters( 'dashboard_count_sentence', $sentence, $post_type_text, $cats_text, $tags_text, $pending_text );
+}
+?>
+
+
+ID . '">';
+ echo $draft->post_title;
+ echo '';
+ if ( $i < $num_posts->draft )
+ echo ', ';
+ if ( $i == $drafts_posts_limit ) {
+ printf(__('and
%d more'), $num_posts->draft - $drafts_posts_limit);
+ break;
+ }
+ }
+}
+?>
+
+
+
+
-
-post_status ) { ?>
-
-
-
-
+
+ post_status ) { ?>
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ post_status ) { // scheduled for publishing at a future date
$stamp = __('Scheduled for:
%1$s at %2$s');
@@ -125,7 +264,6 @@
-
@@ -205,55 +343,29 @@
-
-
-
-
-
-
-
-
- $authors, 'name' => 'post_author_override', 'selected' => empty($post_ID) ? $user_ID : $post->post_author) ); ?>
-
-
-
-
@@ -350,4 +408,4 @@
-
+
\ No newline at end of file
Index: wp-admin/edit-page-form.php
===================================================================
--- wp-admin/edit-page-form.php (revision 7641)
+++ wp-admin/edit-page-form.php (working copy)
@@ -34,8 +34,50 @@
trackbacks and pingbacks.'); ?>
+