diff --git a/wp-admin/user-edit.php b/wp-admin/user-edit.php index b46c3310d8..2c207553cb 100644 --- a/wp-admin/user-edit.php +++ b/wp-admin/user-edit.php @@ -131,7 +131,7 @@ include ('admin-header.php'); -
rich_editing); ?> />
- -
+ '; +echo ''; $role_list = ''; $user_has_role = false; foreach($wp_roles->role_names as $role => $name) { @@ -185,87 +189,101 @@ if ( $user_has_role ) $role_list .= '' . __('— No role for this blog —') . ''; else $role_list .= '' . __('— No role for this blog —') . ''; -echo $role_list . ''; -?> +echo $role_list . ''; +?> - - + + + + - - + + + + - - + + + + - - -display_name; - $public_display[] = $profileuser->nickname; - $public_display[] = $profileuser->user_login; - $public_display[] = $profileuser->first_name; - $public_display[] = $profileuser->first_name.' '.$profileuser->last_name; - $public_display[] = $profileuser->last_name.' '.$profileuser->first_name; - $public_display = array_unique(array_filter(array_map('trim', $public_display))); - foreach($public_display as $item) { -?> - - - - + + + + + display_name; + $public_display[] = $profileuser->nickname; + $public_display[] = $profileuser->user_login; + $public_display[] = $profileuser->first_name; + $public_display[] = $profileuser->first_name.' '.$profileuser->last_name; + $public_display[] = $profileuser->last_name.' '.$profileuser->first_name; + $public_display = array_unique(array_filter(array_map('trim', $public_display))); + foreach($public_display as $item) { + ?> + + + + + +
-
- -display_name; - $public_display[] = $profileuser->nickname; - $public_display[] = $profileuser->user_login; - $public_display[] = $profileuser->first_name; - $public_display[] = $profileuser->first_name.' '.$profileuser->last_name; - $public_display[] = $profileuser->last_name.' '.$profileuser->first_name; - $public_display = array_unique(array_filter(array_map('trim', $public_display))); - foreach($public_display as $item) { -?> - - -
description ?>
diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index d6e303ed5c..0dcc2aafa4 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -795,6 +795,7 @@ html, body { } .form-table th { + vertical-align: top; text-align: left; padding: 10px; width: 150px; @@ -807,6 +808,27 @@ html, body { border-style: solid; } +#profile-page .form-table input { + width: 200px; +} + +#profile-page .form-table textarea { + width: 500px; + height: 150px; + margin-bottom: 6px; +} + +#pass-strength-result { + width: 197px; + float: left; + margin-right: 5px; + border: 1px solid #ccc !important; +} + +#profile-page .form-table #rich_editing { + width: 20px; +} + /* Post Screen */ #tagchecklist {