diff --git a/admin/manage_users.php b/admin/manage_users.php
index a3594c13..73da82f8 100644
--- a/admin/manage_users.php
+++ b/admin/manage_users.php
@@ -290,19 +290,19 @@ if ($action = hesk_REQUEST('a')) {
/* User online? */
if ($hesk_settings['online']) {
if (isset($hesk_settings['users_online'][$myuser['id']])) {
- $myuser['name'] = ' ' . $myuser['name'];
+ $myuser['name'] = ' ' . $myuser['name'];
} else {
- $myuser['name'] = ' ' . $myuser['name'];
+ $myuser['name'] = ' ' . $myuser['name'];
}
}
/* To edit yourself go to "Profile" page, not here. */
if ($myuser['id'] == $_SESSION['id']) {
- $edit_code = '';
+ $edit_code = '';
} elseif ($myuser['id'] == 1) {
$edit_code = ' ';
} else {
- $edit_code = '';
+ $edit_code = '';
}
if ($myuser['isadmin']) {
@@ -315,15 +315,15 @@ if ($action = hesk_REQUEST('a')) {
if ($myuser['id'] == 1 || $myuser['id'] == $_SESSION['id']) {
$remove_code = '
';
} else {
- $remove_code = ' ';
+ $remove_code = ' ';
}
/* Is auto assign enabled? */
if ($hesk_settings['autoassign']) {
if ($myuser['autoassign']) {
- $autoassign_code = '';
+ $autoassign_code = '';
} else {
- $autoassign_code = '';
+ $autoassign_code = '';
}
} else {
$autoassign_code = '';
@@ -333,9 +333,9 @@ if ($action = hesk_REQUEST('a')) {
if ($myuser['id'] != $_SESSION['id'] && $myuser['id'] != 1) {
/* Is the user active? */
if ($myuser['active']) {
- $activeMarkup = '';
+ $activeMarkup = '';
} else {
- $activeMarkup = '';
+ $activeMarkup = '';
}
}
@@ -358,7 +358,8 @@ EOC;
if ($hesk_settings['rating']) {
$alt = $myuser['rating'] ? sprintf($hesklang['rated'], sprintf("%01.1f", $myuser['rating']), ($myuser['ratingneg'] + $myuser['ratingpos'])) : $hesklang['not_rated'];
- echo '