diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index 2cb993576..1c32912b2 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -1553,6 +1553,8 @@ $(document).ready(function() { $content .= ">".htmlspecialchars($curuser->getLogin()." - ".$curuser->getFullName()).""; } $content .= ""; + } else { + $content .= getMLText('no_users'); } break; case SeedDMS_Core_AttributeDefinition::type_group: @@ -1571,6 +1573,8 @@ $(document).ready(function() { $content .= ">".htmlspecialchars($curgroup->getName()).""; } $content .= ""; + } else { + $content .= getMLText('no_groups'); } break; default: