fix classes of table

This commit is contained in:
Uwe Steinmann 2021-06-08 18:16:43 +02:00
parent 290a01c2b1
commit dfb6061b41

View File

@ -63,7 +63,7 @@ class SeedDMS_View_MyAccount extends SeedDMS_Theme_Style {
$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";