From 5a97e68cd1407fb10c4cd36bd3f2bf82f89a06f8 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 18 Feb 2008 19:38:01 +0000 Subject: [PATCH] submit box actions hooks from filosofo. fixes #5873 git-svn-id: https://develop.svn.wordpress.org/trunk@6901 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/edit-form-advanced.php | 2 +- wp-admin/edit-link-form.php | 3 ++- wp-admin/edit-page-form.php | 3 ++- wp-admin/wp-admin.css | 8 ++++---- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index ccac3c1e6a..bcb529295e 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -96,7 +96,7 @@ addLoadEvent(focusit); -
+
post_status ) { ?> diff --git a/wp-admin/edit-link-form.php b/wp-admin/edit-link-form.php index 1d6e51dcbb..fb560566f8 100644 --- a/wp-admin/edit-link-form.php +++ b/wp-admin/edit-link-form.php @@ -59,10 +59,11 @@ function xfn_check($class, $value = '', $deprecated = '') {
-
+
diff --git a/wp-admin/edit-page-form.php b/wp-admin/edit-page-form.php index 5d637f857e..4ee124c316 100644 --- a/wp-admin/edit-page-form.php +++ b/wp-admin/edit-page-form.php @@ -60,7 +60,7 @@ addLoadEvent(focusit);
-
+
post_status ) { ?> @@ -130,6 +130,7 @@ if ( ('edit' == $action) && current_user_can('delete_page', $post_ID) ) post_modified), mysql2date(get_option('time_format'), $post->post_modified)); ?>

+

diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index f908f5e2af..a8c7c217cd 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -1053,7 +1053,7 @@ html, body { background-position: 4px 18px; } -#submitpost { +.submitbox { position: absolute; background-color: #eaf3fa; width: 200px; @@ -1062,12 +1062,12 @@ html, body { -moz-border-radius: 3px; } -#submitpost #previewview { +.submitbox #previewview { background-color: #2683ae; padding: 15px 10px; } -#submitpost #previewview a { +.submitbox #previewview a { background: #ebebeb; -moz-border-radius: 5px; padding: 6px; @@ -1078,7 +1078,7 @@ html, body { } -#submitpost .submit { +.submitbox .submit { text-align: left; background-color: #464646; padding: 15px 10px;