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