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
cce5b69c23
commit
1956cf74ce
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue
Block a user