remove duplicate submit button

This commit is contained in:
Uwe Steinmann 2021-12-03 20:55:59 +01:00
parent f7683f2176
commit a1b4b3b081

View File

@ -373,7 +373,6 @@ function typeahead() { /* {{{ */
}
}
$this->contentContainerEnd();
$this->formSubmit("<i class=\"fa fa-search\"></i> ".getMLText('search'));
// }}}
// Seach options for documents {{{