From 8c12ecd0b229564caaf5de58e2f25f711fa7e6ee Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 18 Aug 2022 13:05:02 +0200 Subject: [PATCH] add fold marks --- views/bootstrap/class.Search.php | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/views/bootstrap/class.Search.php b/views/bootstrap/class.Search.php index ed7d71f0c..67d57ef18 100644 --- a/views/bootstrap/class.Search.php +++ b/views/bootstrap/class.Search.php @@ -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() { /* {{{ */ } } } -?> -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() { /* {{{ */ \n"; ?> @@ -621,6 +627,7 @@ function typeahead() { /* {{{ */ \n"; } + // }}} ?>