From 808846ebca2fdb6060fa53a860be2befd303305f Mon Sep 17 00:00:00 2001 From: markjcrane Date: Fri, 4 Sep 2015 22:06:09 -0600 Subject: [PATCH] Change the format to display the count. --- app/registrations/status_registrations_inc.php | 2 +- core/users/app_languages.php | 4 ++-- core/users/users.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/registrations/status_registrations_inc.php b/app/registrations/status_registrations_inc.php index 36843301e9..03fedb8c5e 100644 --- a/app/registrations/status_registrations_inc.php +++ b/app/registrations/status_registrations_inc.php @@ -127,7 +127,7 @@ require_once "resources/check_auth.php"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; - echo "\n"; + echo "\n"; echo "
\n"; - echo " ".count($registrations)." ".$text['header-registrations']."\n"; + echo " ".$text['header-registrations']." (".count($registrations).")\n"; echo ""; echo " \"".$text['label-refresh_pause']."\""; diff --git a/core/users/app_languages.php b/core/users/app_languages.php index c7f1235c8d..8c7a342be3 100644 --- a/core/users/app_languages.php +++ b/core/users/app_languages.php @@ -1,6 +1,6 @@ \n"; echo "
"; echo "
".$user_count." ".$text['header-user_manager']."".$text['header-user_manager']." (".$num_rows.")"; if (permission_exists('user_all')) { if ($_GET['showall'] == 'true') {