mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
add class 'table-sm'
This commit is contained in:
parent
3003d6d0d3
commit
6de32dcc2c
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue
Block a user