From 7f77979b0ab0dd2e08efa122964dd40077ff47b4 Mon Sep 17 00:00:00 2001 From: matt Date: Tue, 11 Mar 2008 07:23:07 +0000 Subject: [PATCH] Visual and English tweaks throughout. git-svn-id: http://svn.automattic.com/wordpress/trunk@7230 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/admin-header.php | 2 +- wp-admin/css/colors-classic.css | 8 ++++++-- wp-admin/css/colors-fresh.css | 2 +- wp-admin/css/theme-editor.css | 2 +- wp-admin/edit-comments.php | 13 +++++++++++-- wp-admin/edit-form-advanced.php | 18 ++++++++++++------ wp-admin/edit-link-form.php | 7 ++++--- wp-admin/edit-page-form.php | 15 ++++++++++----- wp-admin/edit-tag-form.php | 6 ++++-- wp-admin/options-permalink.php | 13 +++++++++---- wp-admin/themes.php | 2 +- wp-admin/wp-admin.css | 8 ++++---- 12 files changed, 64 insertions(+), 32 deletions(-) diff --git a/wp-admin/admin-header.php b/wp-admin/admin-header.php index 9c626e5ba..9a8f2fd55 100644 --- a/wp-admin/admin-header.php +++ b/wp-admin/admin-header.php @@ -61,7 +61,7 @@ do_action('admin_head');

%2$s!'), 'profile.php', $user_identity) ?> | | Help') ?> | Forums') ?>

diff --git a/wp-admin/css/colors-classic.css b/wp-admin/css/colors-classic.css index 8aaec8bd9..f78b8d1f9 100644 --- a/wp-admin/css/colors-classic.css +++ b/wp-admin/css/colors-classic.css @@ -11,7 +11,7 @@ body > #upload-menu { border-bottom-style: #fff; } -div#current-widgets, #postcustom table, #your-profile fieldset, a.page-numbers, #rightnow, div.dashboard-widget, .widefat { +div#current-widgets, #postcustomstuff table, #your-profile fieldset, a.page-numbers, #rightnow, div.dashboard-widget, .widefat { border-color: #ccc; } @@ -192,6 +192,10 @@ ul.widget-control-list .sorthelper { border-color: #a3a3a3; } +.tablenav .button-secondary { + border-color: #5396c5; +} + .submit input:hover, .button:hover { border-color: #535353; } @@ -264,7 +268,7 @@ ul.widget-control-list .sorthelper { } .widefat thead, .thead { - background-color: #07273e; + background-color: #464646; color: #d7d7d7; } diff --git a/wp-admin/css/colors-fresh.css b/wp-admin/css/colors-fresh.css index df55da994..8fbaec1af 100644 --- a/wp-admin/css/colors-fresh.css +++ b/wp-admin/css/colors-fresh.css @@ -11,7 +11,7 @@ body > #upload-menu { border-bottom-style: #fff; } -div#current-widgets, #postcustom table, #your-profile fieldset, a.page-numbers, #rightnow, div.dashboard-widget, .widefat { +div#current-widgets, #postcustomstuff table, #your-profile fieldset, a.page-numbers, #rightnow, div.dashboard-widget, .widefat { border-color: #ccc; } diff --git a/wp-admin/css/theme-editor.css b/wp-admin/css/theme-editor.css index 1d5289453..eaaa946fd 100644 --- a/wp-admin/css/theme-editor.css +++ b/wp-admin/css/theme-editor.css @@ -14,7 +14,7 @@ margin-top:-3.4em; } -#templateside h3, #postcustom p.submit { +#templateside h3, #postcustomstuff p.submit { margin: 0; } diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php index 1ad5e0a00..b5dc2143f 100644 --- a/wp-admin/edit-comments.php +++ b/wp-admin/edit-comments.php @@ -108,6 +108,9 @@ foreach ( $stati as $status => $label ) { $status_links[] = "
  • " . $label . ''; } + +$status_links = apply_filters( 'comment_status_links', $status_links ); + echo implode(' |
  • ', $status_links) . ''; unset($status_links); ?> @@ -214,10 +217,16 @@ if ($comments) {

    - + +

    + +

    +

    ">

    -
    +
    +

    use them in your template'); ?>

    +

    - () +


    ()

    +

    pingbacks, no other action necessary.'); ?>

    +

    use in your theme.'); ?>

    @@ -302,17 +306,19 @@ list_meta($metadata);

    -

    - +

    +

    diff --git a/wp-admin/edit-link-form.php b/wp-admin/edit-link-form.php index 568b2f4a3..df0e794bd 100644 --- a/wp-admin/edit-link-form.php +++ b/wp-admin/edit-link-form.php @@ -146,6 +146,7 @@ if ( ( 'edit' == $action) && current_user_can('manage_links') ) +

    _blank your link will open in a new window.'); ?>

    @@ -158,9 +159,8 @@ if ( ( 'edit' == $action) && current_user_can('manage_links') ) - XFN Creator:') ?> - - + - + - + + + + + @@ -158,9 +163,9 @@ $structures = array(

    -

    URLs here. For example, using /topics/ as your category base would make your category links like http://example.org/topics/uncategorized/. If you leave these blank the defaults will be used.') ?>

    +

    URLs here. For example, using /topics/ as your category base would make your category links like http://example.org/topics/uncategorized/. If you leave these blank the defaults will be used.') ?>

    -

    URLs here. For example, using /topics/ as your category base would make your category links like http://example.org/index.php/topics/uncategorized/. If you leave these blank the defaults will be used.') ?>

    +

    URLs here. For example, using /topics/ as your category base would make your category links like http://example.org/index.php/topics/uncategorized/. If you leave these blank the defaults will be used.') ?>

    +
    @@ -259,6 +259,7 @@ if ( ( 'edit' == $action) && current_user_can('manage_links') )
    +

    XFN.'); ?>

    diff --git a/wp-admin/edit-page-form.php b/wp-admin/edit-page-form.php index afeeea55a..0b7b958db 100644 --- a/wp-admin/edit-page-form.php +++ b/wp-admin/edit-page-form.php @@ -200,17 +200,19 @@ list_meta($metadata);

    -

    - +

    +

    @@ -228,6 +230,7 @@ list_meta($metadata); post_parent); ?> +

    @@ -239,6 +242,7 @@ list_meta($metadata); page_template); ?> +

    @@ -246,7 +250,8 @@ list_meta($metadata);

    - +

    +

    diff --git a/wp-admin/edit-tag-form.php b/wp-admin/edit-tag-form.php index 6c81dce22..c3a6665f9 100644 --- a/wp-admin/edit-tag-form.php +++ b/wp-admin/edit-tag-form.php @@ -26,11 +26,13 @@ if ( ! empty($tag_ID) ) { - + - +
    +

    +

    diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index dd2c8a2ba..6997890d3 100644 --- a/wp-admin/options-permalink.php +++ b/wp-admin/options-permalink.php @@ -123,6 +123,7 @@ if ( ! got_mod_rewrite() ) $structures = array( '', $prefix . '/%year%/%monthnum%/%day%/%postname%/', + $prefix . '/%year%/%monthnum%/%postname%/', $prefix . '/archives/%post_id%' ); ?> @@ -133,11 +134,15 @@ $structures = array(
    /?p=123
    /archives/123
    diff --git a/wp-admin/themes.php b/wp-admin/themes.php index 45a2a916d..0981b77e7 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -19,7 +19,7 @@ require_once('admin-header.php');

    -

    View site'), get_bloginfo('url') . '/'); ?>

    +

    Visit site'), get_bloginfo('url') . '/'); ?>