diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index c7ca31c2b..134de98dc 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -1737,6 +1737,8 @@ $(document).ready(function() { $content .= ">".htmlspecialchars($curuser->getLogin()." - ".$curuser->getFullName()).""; } $content .= ""; + } else { + $content .= getMLText('no_users'); } break; case SeedDMS_Core_AttributeDefinition::type_group: @@ -1755,6 +1757,8 @@ $(document).ready(function() { $content .= ">".htmlspecialchars($curgroup->getName()).""; } $content .= ""; + } else { + $content .= getMLText('no_groups'); } break; default: