From 94dc5f67bd8f6b9c9fd810fa5ab91f6ca88627b3 Mon Sep 17 00:00:00 2001 From: azaozz Date: Sun, 28 Sep 2008 04:11:27 +0000 Subject: [PATCH] Move and adjust "Page Options" box git-svn-id: http://svn.automattic.com/wordpress/trunk@9016 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/categories.php | 31 +++++++------ wp-admin/css/colors-classic.css | 11 ++--- wp-admin/css/colors-fresh.css | 11 ++--- wp-admin/edit-comments.php | 30 ++++++------- wp-admin/edit-form-advanced.php | 34 ++++++-------- wp-admin/edit-link-categories.php | 33 +++++++------- wp-admin/edit-link-form.php | 33 +++++++------- wp-admin/edit-page-form.php | 35 ++++++++------- wp-admin/edit-pages.php | 30 ++++++------- wp-admin/edit-tags.php | 33 +++++++------- wp-admin/edit.php | 30 ++++++------- wp-admin/js/settings-box.js | 15 ++----- wp-admin/link-manager.php | 32 +++++++------- wp-admin/upload.php | 19 ++++---- wp-admin/users.php | 33 +++++--------- wp-admin/wp-admin.css | 73 ++++++++++++------------------- 16 files changed, 213 insertions(+), 270 deletions(-) diff --git a/wp-admin/categories.php b/wp-admin/categories.php index 2d30360ed..41861ef1f 100644 --- a/wp-admin/categories.php +++ b/wp-admin/categories.php @@ -117,7 +117,22 @@ $messages[2] = __('Category deleted.'); $messages[3] = __('Category updated.'); $messages[4] = __('Category not added.'); $messages[5] = __('Category not updated.'); +?> +
+ +
+ +

-
-
-
- -
-
-
-
- -
-
- -
-

Add New)') : __('Manage Tags'), '#addcat' ); ?>

-
-
diff --git a/wp-admin/css/colors-classic.css b/wp-admin/css/colors-classic.css index 67eae6a2f..07ead81c6 100644 --- a/wp-admin/css/colors-classic.css +++ b/wp-admin/css/colors-classic.css @@ -50,7 +50,7 @@ input.disabled, textarea.disabled { background-color: #ccc; } -#user_info a:hover, li.widget-list-control-item h4.widget-title a:hover, +li.widget-list-control-item h4.widget-title a:hover, #dashmenu a:hover, #footer a, #upload-menu li a.upload-tab-link, li.widget-list-control-item h4.widget-title a, #dragHelper li.widget-list-control-item h4.widget-title a, @@ -239,7 +239,7 @@ div.dashboard-widget-submit input, #rightnow a:hover, a:hover, .subsubsub a:hover, .subsubsub a.current:hover, #login form .submit input:hover, div.dashboard-widget-submit input:hover, #edit-slug-buttons a.save:hover, #media-upload a.delete:hover, -#media-upload a.del-link:hover, .ui-tabs-nav a:hover { +#media-upload a.del-link:hover, .ui-tabs-nav a:hover, #user_info a:hover { color: #d54e21; } @@ -800,8 +800,7 @@ table.diff .diff-addedline ins { color: #CFEBF6; } -#edit-settings-wrap, -#show-settings { +#edit-settings-wrap { background-color: #14568A; border-color: #14568A; color: #CFEBF6; @@ -812,10 +811,6 @@ table.diff .diff-addedline ins { color: #CFEBF6; } -#show-settings.show-settings-opened { - border-bottom-color: #14568A; -} - #replydiv, .inline-editor .quick-edit-div { border-color: #EBEBEB #CCC #CCC #EBEBEB; diff --git a/wp-admin/css/colors-fresh.css b/wp-admin/css/colors-fresh.css index 8ecf8d995..7c6f2dd9f 100644 --- a/wp-admin/css/colors-fresh.css +++ b/wp-admin/css/colors-fresh.css @@ -50,7 +50,7 @@ input.disabled, textarea.disabled { background-color: #ccc; } -#user_info a:hover, li.widget-list-control-item h4.widget-title a:hover, +li.widget-list-control-item h4.widget-title a:hover, #dashmenu a:hover, #footer a, #upload-menu li a.upload-tab-link, li.widget-list-control-item h4.widget-title a, #dragHelper li.widget-list-control-item h4.widget-title a, @@ -239,7 +239,7 @@ div.dashboard-widget-submit input, #rightnow a:hover, a:hover, .subsubsub a:hover, .subsubsub a.current:hover, #login form .submit input:hover, div.dashboard-widget-submit input:hover, #edit-slug-buttons a.save:hover, #media-upload a.delete:hover, -#media-upload a.del-link:hover, .ui-tabs-nav a:hover { +#media-upload a.del-link:hover, .ui-tabs-nav a:hover, #user_info a:hover { color: #d54e21; } @@ -789,16 +789,11 @@ table.diff .diff-addedline ins { border-top-color: #e4f2fd; } -#edit-settings-wrap, -#show-settings { +#edit-settings-wrap { background-color: #E4F2FD; border-color: #c6d9e9; } -#show-settings.show-settings-opened { - border-bottom-color: #E4F2FD; -} - #replydiv, .inline-editor .quick-edit-div { border-color: #EBEBEB #CCC #CCC #EBEBEB; diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php index e8fd17352..42fa11485 100644 --- a/wp-admin/edit-comments.php +++ b/wp-admin/edit-comments.php @@ -66,8 +66,22 @@ $mode = ( ! isset($_GET['mode']) || empty($_GET['mode']) ) ? 'detail' : attribut $comment_status = isset($_GET['comment_status']) ? attribute_escape($_GET['comment_status']) : ''; $search_dirty = ( isset($_GET['s']) ) ? $_GET['s'] : ''; -$search = attribute_escape( $search_dirty ); +$search = attribute_escape( $search_dirty ); ?> +
+ +
+ +
-
-
-
- -
-
-
-
- -
-
- -
-

diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index e16b0c68c..7bbf51de1 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -54,13 +54,7 @@ if ( 0 == $post_ID ) { } } -?> - - - +
+ +
+

@@ -420,18 +426,6 @@ endif;
-
-
- -
-
-
-
- -
-
-
-

Posts / Write New Post' ), 'edit.php' ); @@ -439,6 +433,7 @@ endif; printf( __( 'Posts / Edit Post' ), 'edit.php' ); ?>

+
- -
+
diff --git a/wp-admin/edit-link-categories.php b/wp-admin/edit-link-categories.php index e479b6901..c3078fd61 100644 --- a/wp-admin/edit-link-categories.php +++ b/wp-admin/edit-link-categories.php @@ -55,33 +55,30 @@ $messages[2] = __('Category deleted.'); $messages[3] = __('Category updated.'); $messages[4] = __('Category not added.'); $messages[5] = __('Category not updated.'); -$messages[6] = __('Categories deleted.'); +$messages[6] = __('Categories deleted.'); ?> -if ( isset($_GET['message']) && ( $msg = (int) $_GET['message'] ) ) : ?> +
+ +
+ +

-
-
-
- -
-
-
-
- -
-
- -
-

Add New)') : __('Manage Tags'), '#addcat' ); ?>

-
-
diff --git a/wp-admin/edit-link-form.php b/wp-admin/edit-link-form.php index 444985a35..0efd58cfd 100644 --- a/wp-admin/edit-link-form.php +++ b/wp-admin/edit-link-form.php @@ -261,28 +261,22 @@ function link_advanced_meta_box($link) { -echo $form; -echo $link_added; - -wp_nonce_field($nonce_action); -wp_nonce_field( 'closedpostboxes', 'closedpostboxesnonce', false ); -wp_nonce_field( 'meta-box-order', 'meta-box-order-nonce', false ); ?> - -
- -
-
- -
-
+
+ +
-
+ +

@@ -312,6 +306,13 @@ wp_nonce_field( 'meta-box-order', 'meta-box-order-nonce', false ); ?>
--> +
diff --git a/wp-admin/edit-page-form.php b/wp-admin/edit-page-form.php index e02c7e980..e6bd11746 100644 --- a/wp-admin/edit-page-form.php +++ b/wp-admin/edit-page-form.php @@ -46,14 +46,6 @@ $temp_ID = (int) $temp_ID; $user_ID = (int) $user_ID; ?> -
- -

- - -

- - -
- -
-
- -
-
+
+ +
-
+ +

Pages / Edit Page' ), 'edit-pages.php' ); ?>

+
+ +

+ + +

+ +
-
+