remove container

This commit is contained in:
Uwe Steinmann 2021-03-14 14:05:11 +01:00
parent e9d606ce27
commit 2cb2de2846

View File

@ -44,7 +44,6 @@ class SeedDMS_View_UsrView extends SeedDMS_Bootstrap_Style {
$this->pageNavigation(getMLText("my_account"), "my_account");
$this->contentHeading(getMLText("users"));
$this->contentContainerStart();
echo "<table class=\"table table-condensed\">\n";
echo "<thead>\n<tr>\n";
@ -76,7 +75,6 @@ class SeedDMS_View_UsrView extends SeedDMS_Bootstrap_Style {
echo "</table>\n";
$this->contentContainerEnd();
$this->contentEnd();
$this->htmlEndPage();
} /* }}} */