From 66039b6df2e8ee7281c492883aa3979d284d90f4 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 18 May 2016 09:20:05 +0200 Subject: [PATCH] add thead and tbody --- views/bootstrap/class.SubstituteUser.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/views/bootstrap/class.SubstituteUser.php b/views/bootstrap/class.SubstituteUser.php index b5bb37f37..72cc53412 100644 --- a/views/bootstrap/class.SubstituteUser.php +++ b/views/bootstrap/class.SubstituteUser.php @@ -48,7 +48,10 @@ class SeedDMS_View_SubstituteUser extends SeedDMS_Bootstrap_Style { $this->contentContainerStart(); ?> - + + + + "; @@ -76,6 +79,7 @@ class SeedDMS_View_SubstituteUser extends SeedDMS_Bootstrap_Style { echo ""; echo ""; } + echo ""; echo "
"; $this->contentContainerEnd();