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