mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-12 01:54:57 +00:00
add class 'table' to table
This commit is contained in:
parent
7ffced9c4b
commit
269c1825e8
|
@ -224,7 +224,7 @@ class SeedDMS_View_ObjectCheck extends SeedDMS_Bootstrap_Style {
|
||||||
echo "<div class=\"alert\">".getMLText('repairing_objects')."</div>";
|
echo "<div class=\"alert\">".getMLText('repairing_objects')."</div>";
|
||||||
}
|
}
|
||||||
$this->contentContainerStart();
|
$this->contentContainerStart();
|
||||||
print "<table class=\"table-condensed\">";
|
print "<table class=\"table table-condensed\">";
|
||||||
print "<thead>\n<tr>\n";
|
print "<thead>\n<tr>\n";
|
||||||
print "<th></th>\n";
|
print "<th></th>\n";
|
||||||
print "<th>".getMLText("name")."</th>\n";
|
print "<th>".getMLText("name")."</th>\n";
|
||||||
|
@ -244,7 +244,7 @@ class SeedDMS_View_ObjectCheck extends SeedDMS_Bootstrap_Style {
|
||||||
if($unlinkedfolders) {
|
if($unlinkedfolders) {
|
||||||
$this->contentHeading(getMLText("unlinked_folders"));
|
$this->contentHeading(getMLText("unlinked_folders"));
|
||||||
$this->contentContainerStart();
|
$this->contentContainerStart();
|
||||||
print "<table class=\"table-condensed\">";
|
print "<table class=\"table table-condensed\">";
|
||||||
print "<thead>\n<tr>\n";
|
print "<thead>\n<tr>\n";
|
||||||
print "<th>".getMLText("name")."</th>\n";
|
print "<th>".getMLText("name")."</th>\n";
|
||||||
print "<th>".getMLText("id")."</th>\n";
|
print "<th>".getMLText("id")."</th>\n";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user