mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 08:55:54 +00:00
put heading above form and search result
This commit is contained in:
parent
0356d65cce
commit
ce84a8d9c8
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user