Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

This commit is contained in:
Uwe Steinmann 2021-06-09 13:01:45 +02:00
commit 514249a132

View File

@ -76,7 +76,7 @@ $(document).ready( function() {
$this->columnStart(12);
}
print "<table class=\"table-condensed\">\n";
print "<table class=\"table table-condensed table-sm\">\n";
print "<tr>\n";
print "<td>".getMLText("name")." : </td>\n";
print "<td>".htmlspecialchars($user->getFullName()).($user->isAdmin() ? " (".getMLText("admin").")" : "")."</td>\n";