mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
change all links to op/op.Search.php to out/out.Search.php
This commit is contained in:
parent
8616ff5481
commit
8cc2d4d9ab
|
@ -115,7 +115,7 @@ class SeedDMS_View_Search extends SeedDMS_Bootstrap_Style {
|
||||||
</ul>
|
</ul>
|
||||||
<div class="tab-content">
|
<div class="tab-content">
|
||||||
<div class="tab-pane <?php echo ($fullsearch == false) ? 'active' : ''; ?>" id="database">
|
<div class="tab-pane <?php echo ($fullsearch == false) ? 'active' : ''; ?>" id="database">
|
||||||
<form _action="../op/op.Search.php" name="form1">
|
<form action="../out/out.Search.php" name="form1">
|
||||||
<?php
|
<?php
|
||||||
// Database search Form {{{
|
// Database search Form {{{
|
||||||
$this->contentContainerStart();
|
$this->contentContainerStart();
|
||||||
|
@ -368,7 +368,7 @@ class SeedDMS_View_Search extends SeedDMS_Bootstrap_Style {
|
||||||
echo "<div class=\"tab-pane ".(($fullsearch == true) ? 'active' : '')."\" id=\"fulltext\">\n";
|
echo "<div class=\"tab-pane ".(($fullsearch == true) ? 'active' : '')."\" id=\"fulltext\">\n";
|
||||||
$this->contentContainerStart();
|
$this->contentContainerStart();
|
||||||
?>
|
?>
|
||||||
<form _action="../op/op.Search.php" name="form2" style="min-height: 330px;">
|
<form action="../out/out.Search.php" name="form2" style="min-height: 330px;">
|
||||||
<input type="hidden" name="fullsearch" value="1" />
|
<input type="hidden" name="fullsearch" value="1" />
|
||||||
<table class="table-condensed">
|
<table class="table-condensed">
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -444,7 +444,7 @@ class SeedDMS_View_Search extends SeedDMS_Bootstrap_Style {
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
print "<div class=\"alert\">".getMLText("search_report", array("doccount" => $totaldocs, "foldercount" => $totalfolders, 'searchtime'=>$searchTime))."</div>";
|
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->pageList($pageNumber, $totalpages, "../out/out.Search.php", $urlparams);
|
||||||
// $this->contentContainerStart();
|
// $this->contentContainerStart();
|
||||||
|
|
||||||
print "<table class=\"table\">";
|
print "<table class=\"table\">";
|
||||||
|
@ -615,7 +615,7 @@ class SeedDMS_View_Search extends SeedDMS_Bootstrap_Style {
|
||||||
}
|
}
|
||||||
print "</tbody></table>\n";
|
print "</tbody></table>\n";
|
||||||
// $this->contentContainerEnd();
|
// $this->contentContainerEnd();
|
||||||
$this->pageList($pageNumber, $totalpages, "../op/op.Search.php", $_GET);
|
$this->pageList($pageNumber, $totalpages, "../out/out.Search.php", $_GET);
|
||||||
} else {
|
} else {
|
||||||
$numResults = $totaldocs + $totalfolders;
|
$numResults = $totaldocs + $totalfolders;
|
||||||
if ($numResults == 0) {
|
if ($numResults == 0) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user