mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +00:00
fix classes of table
This commit is contained in:
parent
290a01c2b1
commit
dfb6061b41
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue
Block a user