diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index ced340473..6b23b97d9 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -72,67 +72,15 @@ function post_submit_meta_box($post) {
-
- -post_status ) { - case 'publish': - case 'private': - _e('Published'); - break; - case 'future': - _e('Scheduled'); - break; - case 'pending': - _e('Pending Review'); - break; - case 'draft': - _e('Unpublished'); - break; -} -?> - -post_status || 'private' == $post->post_status ) { ?> - - -
- -
- - - - -
-
- - -
- -post_status ) { ?> -
- - - - +
+
-
ID), true); ?> tabindex="4" />
+
ID), true); ?> tabindex="4" />
-ID) ) { ?> - - +
+ +
ID ) { @@ -154,16 +102,71 @@ if ( 0 != $post->ID ) { } ?> -
- -
+
+ +   +
+
+
+ +post_status ) { + case 'publish': + case 'private': + _e('Published'); + break; + case 'future': + _e('Scheduled'); + break; + case 'pending': + _e('Pending Review'); + break; + case 'draft': + _e('Draft'); + break; +} +?> + +post_status || 'private' == $post->post_status ) { ?> + + +
+ +
+ + + + +
+
+ + +
+ +post_status ) { ?> + + + + +
-

- +

post_status || 'private' == $post->post_status ) $savebtn = attribute_escape( __('Save') ); else @@ -172,11 +175,25 @@ else post_status ) { ?> - + +
+
+ + +
+ +
+ID) ) { ?> +ID", 'delete-post_' . $post->ID); ?>" onclick="if ( confirm('post_status) ? __("You are about to delete this draft '%s'\n 'Cancel' to stop, 'OK' to delete.") : __("You are about to delete this post '%s'\n 'Cancel' to stop, 'OK' to delete."), $post->post_title )); ?>') ) {return true;}return false;"> + +
+ +
post_status, array('publish', 'future') ) || 0 == $post->ID ) { ?> @@ -185,8 +202,8 @@ if ( !in_array( $post->post_status, array('publish', 'future') ) || 0 == $post-> - -

+
+
diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 7ea98a4bc..b459cbb4d 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -200,6 +200,39 @@ table#availablethemes td.bottom { border-bottom-right-radius: 3px; } +#misc-publishing-actions { + width: 70%; + float: left; +} + +#minor-publishing-actions { + width: 30%; + float: right; + text-align: right; +} + +#minor-publishing { +} + +#major-publishing-actions { + padding: 0 3px; + clear: both; + height: 30px; + line-height: 30px; +} + +#delete-action { + text-align: left; + float: left; + width: 30%; +} + +#publishing-action { + text-align: right; + float: right; + width: 70%; +} + .side-info { margin: 0; padding: 4px; @@ -236,12 +269,11 @@ table#availablethemes td.bottom { } .preview { - padding: 7px; + /* padding: 7px; */ } #publish { - margin: 8px auto auto; - min-width: 150px; + min-width: 100px; } #wpcontent select { @@ -1057,7 +1089,7 @@ table.form-table td .updated { } #normal-sortables .inside-submitbox { - float: left; + /* float: left; */ } #trackback_url { @@ -1230,7 +1262,7 @@ table.form-table td .updated { #poststuff .inside { font-size: 11px; - margin: 0 12px 12px; + margin: 0 6px 6px; } #titlediv, #poststuff .postarea { @@ -1262,7 +1294,7 @@ table.form-table td .updated { #poststuff .inside-submitbox, #side-info-column .inside-submitbox { - margin: 0 12px 12px; + margin: 0 3px; font-size: 11px; }