add class table-sm

This commit is contained in:
Uwe Steinmann 2021-04-27 19:36:41 +02:00
parent cce5b69c23
commit 1956cf74ce

View File

@ -171,7 +171,7 @@ class SeedDMS_View_MyDocuments extends SeedDMS_Theme_Style {
$document->verifyLastestContentExpriry();
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";
@ -210,7 +210,7 @@ class SeedDMS_View_MyDocuments extends SeedDMS_Theme_Style {
$document->verifyLastestContentExpriry();
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";
@ -261,7 +261,7 @@ class SeedDMS_View_MyDocuments extends SeedDMS_Theme_Style {
$document->verifyLastestContentExpriry();
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";
@ -298,7 +298,7 @@ class SeedDMS_View_MyDocuments extends SeedDMS_Theme_Style {
$document = $dms->getDocument($st["documentID"]);
$document->verifyLastestContentExpriry();
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";
@ -382,7 +382,7 @@ class SeedDMS_View_MyDocuments extends SeedDMS_Theme_Style {
//$this->contentContainerStart();
if (count($resArr)>0) {
print "<table class=\"table table-condensed\">";
print "<table class=\"table table-condensed table-sm\">";
print "<thead>\n<tr>\n";
print "<th></th>";
print "<th>".getMLText("name")."</th>\n";
@ -461,7 +461,7 @@ class SeedDMS_View_MyDocuments extends SeedDMS_Theme_Style {
//$this->contentContainerStart();
if (count($resArr)>0) {
print "<table class=\"table table-condensed\">";
print "<table class=\"table table-condensed table-sm\">";
print "<thead>\n<tr>\n";
print "<th></th>";
print "<th>".getMLText("name")."</th>\n";
@ -588,7 +588,7 @@ class SeedDMS_View_MyDocuments extends SeedDMS_Theme_Style {
$document->verifyLastestContentExpriry();
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";
@ -630,7 +630,7 @@ class SeedDMS_View_MyDocuments extends SeedDMS_Theme_Style {
$document->verifyLastestContentExpriry();
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";
@ -705,7 +705,7 @@ class SeedDMS_View_MyDocuments extends SeedDMS_Theme_Style {
//$this->contentContainerStart();
if (count($resArr)>0) {
print "<table class=\"table table-condensed\">";
print "<table class=\"table table-condensed table-sm\">";
print "<thead>\n<tr>\n";
print "<th></th>";
print "<th>".getMLText("name")."</th>\n";
@ -786,7 +786,7 @@ class SeedDMS_View_MyDocuments extends SeedDMS_Theme_Style {
//$this->contentContainerStart();
if (count($resArr)>0) {
print "<table class=\"table table-condensed\">";
print "<table class=\"table table-condensed table-sm\">";
print "<thead>\n<tr>\n";
print "<th></th>";
print "<th>".getMLText("name")."</th>\n";
@ -845,7 +845,7 @@ class SeedDMS_View_MyDocuments extends SeedDMS_Theme_Style {
//$this->contentContainerStart();
if (count($docs)>0) {
print "<table class=\"table table-condensed\">";
print "<table class=\"table table-condensed table-sm\">";
print "<thead>\n<tr>\n";
print "<th></th>";
print "<th>".getMLText("name")."</th>\n";
@ -943,7 +943,7 @@ class SeedDMS_View_MyDocuments extends SeedDMS_Theme_Style {
if (count($resArr)>0) {
print "<table class=\"table table-condensed\">";
print "<table class=\"table table-condensed table-sm\">";
print "<thead>\n<tr>\n";
print "<th></th>";
print "<th><a href=\"../out/out.MyDocuments.php?orderby=n\">".getMLText("name")."</a> — \n";