put heading above form and search result

This commit is contained in:
Uwe Steinmann 2021-05-06 21:15:31 +02:00
parent 0356d65cce
commit ce84a8d9c8

View File

@ -163,10 +163,11 @@ function typeahead() { /* {{{ */
$this->htmlStartPage(getMLText("search_results"));
$this->globalNavigation();
$this->contentStart();
$this->pageNavigation(getMLText("search_results"), "");
$this->pageNavigation("", "");
$this->rowStart();
$this->columnStart(4);
$this->contentHeading(getMLText('search'));
//echo "<pre>";print_r($_GET);echo "</pre>";
?>
<ul class="nav nav-pills" id="searchtab">
@ -518,6 +519,7 @@ foreach($facets as $facetname=>$values) {
<?php
$this->columnEnd();
$this->columnStart(8);
$this->contentHeading(getMLText('search_results'));
// Search Result {{{
$foldercount = $doccount = 0;
if($entries) {