mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-05-08 13:31:24 +00:00
fix comment
This commit is contained in:
parent
ad7b241d4a
commit
79c4c416ba
|
|
@ -586,14 +586,11 @@ $(document).ready(function() {
|
|||
?>
|
||||
</ul>
|
||||
<div class="tab-content">
|
||||
<?php
|
||||
// Database search Form {{{
|
||||
?>
|
||||
<div class="tab-pane <?php echo ($fullsearch == false) ? 'active' : ''; ?>" id="database">
|
||||
<form class="form-horizontal mb-4" action="<?= $this->params['settings']->_httpRoot ?>out/out.Search.php" name="form1">
|
||||
<input type="hidden" name="fullsearch" value="0" />
|
||||
<?php
|
||||
// General search options {{{
|
||||
// Database search Form {{{
|
||||
$this->contentContainerStart();
|
||||
|
||||
$this->formField(
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user