From 623de1fe6e9f9706047599dc989ec8136757f9c6 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Sat, 10 Jun 2006 21:23:19 +0000 Subject: [PATCH] User UI tweaks from Mark Jaquith. #2793 git-svn-id: https://develop.svn.wordpress.org/trunk@3861 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 7724e2676f..70d978cf99 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 ) {

- - - + +