mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-28 12:38:00 +00:00
add fold marks
This commit is contained in:
parent
d40a88125d
commit
8c12ecd0b2
|
@ -341,6 +341,7 @@ function typeahead() { /* {{{ */
|
|||
$content = ob_get_clean();
|
||||
$this->printAccordion(getMLText('filter_for_documents_and_folders'), $content, $openfilterdlg);
|
||||
|
||||
// Seach options for documents {{{
|
||||
/* First check if any of the folder filters are set. If it is,
|
||||
* open the accordion.
|
||||
*/
|
||||
|
@ -438,8 +439,9 @@ function typeahead() { /* {{{ */
|
|||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
<?php
|
||||
// }}}
|
||||
|
||||
// Seach options for folders {{{
|
||||
$content = ob_get_clean();
|
||||
$this->printAccordion(getMLText('filter_for_documents'), $content, $openfilterdlg);
|
||||
/* First check if any of the folder filters are set. If it is,
|
||||
|
@ -477,6 +479,10 @@ function typeahead() { /* {{{ */
|
|||
</form>
|
||||
</div>
|
||||
<?php
|
||||
// }}}
|
||||
// }}}
|
||||
|
||||
// Fulltext search Form {{{
|
||||
if($enablefullsearch) {
|
||||
echo "<div class=\"tab-pane ".(($fullsearch == true) ? 'active' : '')."\" id=\"fulltext\">\n";
|
||||
?>
|
||||
|
@ -621,6 +627,7 @@ function typeahead() { /* {{{ */
|
|||
<?php
|
||||
echo "</div>\n";
|
||||
}
|
||||
// }}}
|
||||
?>
|
||||
</div>
|
||||
<?php
|
||||
|
|
Loading…
Reference in New Issue
Block a user