diff --git a/views/bootstrap/class.Search.php b/views/bootstrap/class.Search.php index 16fadd479..ecd602940 100644 --- a/views/bootstrap/class.Search.php +++ b/views/bootstrap/class.Search.php @@ -340,8 +340,8 @@ function typeahead() { /* {{{ */ } } } - $this->formSubmit(" ".getMLText('search')); $this->contentContainerEnd(); + $this->formSubmit(" ".getMLText('search')); // }}} // Seach options for documents {{{ @@ -369,31 +369,23 @@ function typeahead() { /* {{{ */ $openfilterdlg = true; if($statusdate) $openfilterdlg = true; -?> - -
- -formField( + getMLText("include_content"), + array( + 'element'=>'input', + 'type'=>'checkbox', + 'name'=>'includecontent', + 'value'=>1, + ) + ); + $this->formSubmit(" ".getMLText('export')); + $content = ob_get_clean(); + $this->printAccordion(getMLText('export'), $content); + } + /* Start of fields only applicable to documents */ ob_start(); $tmpcatids = array();