From 7feaf230abc18056a15db1351d1d2fa703d3a16d Mon Sep 17 00:00:00 2001 From: ryan Date: Sat, 10 Jun 2006 21:23:19 +0000 Subject: [PATCH] User UI tweaks from Mark Jaquith. #2793 git-svn-id: http://svn.automattic.com/wordpress/trunk@3861 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/users.php | 54 ++++++++++++++++++++++++++++------------------ 1 file changed, 33 insertions(+), 21 deletions(-) diff --git a/wp-admin/users.php b/wp-admin/users.php index 7724e2676..70d978cf9 100644 --- a/wp-admin/users.php +++ b/wp-admin/users.php @@ -204,7 +204,7 @@ default: if ( $userids ) $total_users_for_this_query = $wpdb->get_var('SELECT COUNT(ID) ' . $from_where); // no limit else - $errors = new WP_Error('no_matching_users_found', __('No matching users were found!')); + $search_errors = new WP_Error('no_matching_users_found', __('No matching users were found!')); // Now for the paging if ( $total_users_for_this_query > $users_per_page ) { // have to page the results @@ -282,30 +282,43 @@ default:
-

- + -

+

+ +

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

+ + +

+ + +

+ +
-
- -

-
- -

- -

- - -

$roleclass) { @@ -356,10 +369,9 @@ foreach ( (array) $roleclass as $user_object ) {

- - - + +