diff --git a/views/bootstrap/class.SubstituteUser.php b/views/bootstrap/class.SubstituteUser.php index 904aa6c36..51e2b9dee 100644 --- a/views/bootstrap/class.SubstituteUser.php +++ b/views/bootstrap/class.SubstituteUser.php @@ -45,7 +45,6 @@ class SeedDMS_View_SubstituteUser extends SeedDMS_Bootstrap_Style { $this->pageNavigation(getMLText("admin_tools"), "admin_tools"); $this->contentHeading(getMLText("substitute_user")); - $this->contentContainerStart(); ?> @@ -54,7 +53,7 @@ class SeedDMS_View_SubstituteUser extends SeedDMS_Bootstrap_Style { "; + echo "isDisabled() ? " class=\"error\"" : "").">"; echo ""; echo "
"; echo htmlspecialchars($currUser->getFullName())." (".htmlspecialchars($currUser->getLogin()).")
"; echo "".htmlspecialchars($currUser->getComment()).""; @@ -94,7 +93,6 @@ class SeedDMS_View_SubstituteUser extends SeedDMS_Bootstrap_Style { } echo "
"; - $this->contentContainerEnd(); $this->contentEnd(); $this->htmlEndPage(); diff --git a/views/bootstrap/class.UserList.php b/views/bootstrap/class.UserList.php index a94159dc6..641f77f4c 100644 --- a/views/bootstrap/class.UserList.php +++ b/views/bootstrap/class.UserList.php @@ -44,7 +44,6 @@ class SeedDMS_View_UserList extends SeedDMS_Bootstrap_Style { $this->contentStart(); $this->pageNavigation("", "admin_tools"); $this->contentHeading(getMLText("user_list")); - $this->contentContainerStart(); $sessionmgr = new SeedDMS_SessionMgr($dms->getDB()); ?> @@ -53,7 +52,7 @@ class SeedDMS_View_UserList extends SeedDMS_Bootstrap_Style { "; + echo "isDisabled() ? " class=\"error\"" : "").">"; echo ""; if ($currUser->hasImage()) print ""; @@ -124,7 +123,6 @@ class SeedDMS_View_UserList extends SeedDMS_Bootstrap_Style { } echo ""; - $this->contentContainerEnd(); $this->contentEnd(); $this->htmlEndPage(); } /* }}} */