make box for number of hits of type info

This commit is contained in:
Uwe Steinmann 2020-10-07 18:52:14 +02:00
parent 919fdd6590
commit 1c71887293

View File

@ -511,7 +511,7 @@ foreach($facets as $facetname=>$values) {
}
}
*/
print "<div class=\"alert\">".getMLText("search_report", array("doccount" => $totaldocs, "foldercount" => $totalfolders, 'searchtime'=>$searchTime))."</div>";
print "<div class=\"alert alert-info\">".getMLText("search_report", array("doccount" => $totaldocs, "foldercount" => $totalfolders, 'searchtime'=>$searchTime))."</div>";
$this->pageList($pageNumber, $totalpages, "../out/out.Search.php", $urlparams);
// $this->contentContainerStart();