diff --git a/src/www/diag_authentication.php b/src/www/diag_authentication.php
index ffe09120e..434555024 100644
--- a/src/www/diag_authentication.php
+++ b/src/www/diag_authentication.php
@@ -100,7 +100,7 @@ include("head.inc");
=gettext("Authentication Server"); ?>
-
+
$auth_server):?>
>
diff --git a/src/www/system_groupmanager.php b/src/www/system_groupmanager.php
index 3f06cfdd5..654d64312 100644
--- a/src/www/system_groupmanager.php
+++ b/src/www/system_groupmanager.php
@@ -277,11 +277,11 @@ $( document ).ready(function() {
">
-
+
">
-
+
@@ -331,7 +331,7 @@ $( document ).ready(function() {
-
+
@@ -365,9 +365,9 @@ $( document ).ready(function() {
=gettext("Group name");?>
- =gettext("Description");?>
=gettext("Member Count");?>
-
+ =gettext("Description");?>
+
@@ -376,16 +376,15 @@ $( document ).ready(function() {
foreach ($a_group as $group) :?>
-
+
=$group['name']; ?>
- =$group['description'];?>
- = count($group['member']) ?>
-
-
+ = count($group['member']) ?>
+ =$group['description'];?>
+
">
-
+
"
data-groupid="=$i?>" title="=gettext("delete group");?>" data-toggle="tooltip">
-
+
@@ -402,27 +401,28 @@ $( document ).ready(function() {
-
-
-
-
-
+
+
+
+
+
+
+ = gettext('Superuser group') ?>
+
+ = gettext('Normal group') ?>
+
+
+
+
+
" data-toggle="tooltip">
-
+
-
-
- =gettext('Additional groups can be added here. ' .
- 'Group permissions can be assigned which are inherited by users who are members of the group. ' .
- 'An icon that appears grey indicates that it is a system defined object. ' .
- 'Some system object properties can be modified but they cannot be deleted.');?>
-
-
-
+
= gettext("(confirmation)"); ?>
- /> =gettext('Generate a scrambled password to prevent local database logins for this user.') ?>
+ />
+ =gettext('Generate a scrambled password to prevent local database logins for this user.') ?>
@@ -716,11 +717,11 @@ $( document ).ready(function() {
">
-
+
">
-
+
@@ -785,7 +786,7 @@ $( document ).ready(function() {
" data-toggle="tooltip">
-
+
@@ -818,15 +819,15 @@ $( document ).ready(function() {
">
-
+
">
-
+
" data-toggle="tooltip">
-
+
@@ -838,7 +839,7 @@ $( document ).ready(function() {
" data-toggle="tooltip">
-
+
@@ -848,7 +849,6 @@ $( document ).ready(function() {
=gettext("API keys");?>
-
@@ -874,7 +874,7 @@ $( document ).ready(function() {
" data-toggle="tooltip">
-
+
@@ -887,7 +887,7 @@ $( document ).ready(function() {
-
+
@@ -913,7 +913,8 @@ $( document ).ready(function() {
= gettext('OTP seed') ?>
- = gettext('Generate new secret (160 bit)') ?>
+
+ = gettext('Generate new secret (160 bit)') ?>
=gettext("OTP (base32) seed to use when a one time password authenticator is used");?>
@@ -993,29 +994,27 @@ $( document ).ready(function() {
- =$userent['name'];?>
+ =$userent['name'];?>
- =$userent['descr'];?>
-
- =implode(",", local_user_get_groups($userent));?>
-
-
+ = $userent['descr'] ?>
+ = implode(', ', local_user_get_groups($userent)) ?>
+
">
-
+
" data-toggle="tooltip">
-
+
@@ -1031,20 +1030,20 @@ $( document ).ready(function() {
-
+
= gettext('System Administrator') ?>
-
+
= gettext('Disabled User') ?>
-
+
= gettext('Normal User') ?>
-
+
" data-toggle="tooltip">
-
+
">
-
+
-
-
- =gettext("Additional users can be added here. User permissions for accessing " .
- "the web GUI or other subsystems can be assigned directly or inherited from group memberships. " .
- "An icon that appears grey indicates that it is a system defined object. " .
- "Some system object properties can be modified but they cannot be deleted."); ?>
-
-