add class 'table-sm'

This commit is contained in:
Uwe Steinmann 2021-06-01 10:51:16 +02:00
parent 3003d6d0d3
commit 6de32dcc2c

View File

@ -80,7 +80,7 @@ class SeedDMS_View_ApprovalSummary extends SeedDMS_Theme_Style {
if ($document && $version) {
if ($printheader){
print "<table class=\"table table-condensed\">";
print "<table class=\"table table-condensed table-sm\">";
print "<thead>\n<tr>\n";
print "<th></th>\n";
print "<th>".getMLText("name")."</th>\n";
@ -122,7 +122,7 @@ class SeedDMS_View_ApprovalSummary extends SeedDMS_Theme_Style {
if (!in_array($st["documentID"], $iRev) && $document && $version) {
if ($printheader){
print "<table class=\"table table-condensed\">";
print "<table class=\"table table-condensed table-sm\">";
print "<thead>\n<tr>\n";
print "<th></th>\n";
print "<th>".getMLText("name")."</th>\n";