From 6de32dcc2c0b19e1bd752bd6b26def2066cac8a8 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 1 Jun 2021 10:51:16 +0200 Subject: [PATCH] add class 'table-sm' --- views/bootstrap/class.ApprovalSummary.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/bootstrap/class.ApprovalSummary.php b/views/bootstrap/class.ApprovalSummary.php index f4094d53d..d11d47976 100644 --- a/views/bootstrap/class.ApprovalSummary.php +++ b/views/bootstrap/class.ApprovalSummary.php @@ -80,7 +80,7 @@ class SeedDMS_View_ApprovalSummary extends SeedDMS_Theme_Style { if ($document && $version) { if ($printheader){ - print ""; + print "
"; print "\n\n"; print "\n"; print "\n"; @@ -122,7 +122,7 @@ class SeedDMS_View_ApprovalSummary extends SeedDMS_Theme_Style { if (!in_array($st["documentID"], $iRev) && $document && $version) { if ($printheader){ - print "
".getMLText("name")."
"; + print "
"; print "\n\n"; print "\n"; print "\n";
".getMLText("name")."