remove container around search result

This commit is contained in:
Uwe Steinmann 2014-06-11 11:02:50 +02:00
parent b494e3c248
commit 184811f9b6

View File

@ -314,7 +314,7 @@ class SeedDMS_View_Search extends SeedDMS_Bootstrap_Style {
}
print "<div class=\"alert\">".getMLText("search_report", array("doccount" => $totaldocs, "foldercount" => $totalfolders, 'searchtime'=>$searchTime))."</div>";
$this->pageList($pageNumber, $totalpages, "../op/op.Search.php", $urlparams);
$this->contentContainerStart();
// $this->contentContainerStart();
print "<table class=\"table\">";
print "<thead>\n<tr>\n";
@ -479,7 +479,7 @@ class SeedDMS_View_Search extends SeedDMS_Bootstrap_Style {
}
}
print "</tbody></table>\n";
$this->contentContainerEnd();
// $this->contentContainerEnd();
$this->pageList($pageNumber, $totalpages, "../op/op.Search.php", $_GET);
} else {
$numResults = $doccount + $foldercount;