This is an automated email from the ASF dual-hosted git repository. humbedooh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
commit dc1680dafea77b149d3e22155b8f9160c5dc181a Author: Daniel Gruno <[email protected]> AuthorDate: Tue Sep 8 10:01:41 2020 +0200 Remove OpenSearch element --- webui/list.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webui/list.html b/webui/list.html index d8e5d49..a3b77a9 100644 --- a/webui/list.html +++ b/webui/list.html @@ -73,8 +73,7 @@ the License. --> <button type="submit" title="Search!" value="Search!" class="btn btn-primary"><span class="glyphicon glyphicon-search"> </span></button> <div id="q-dropdown" onclick="toggleView('advanced_search');"><span class="glyphicon glyphicon-chevron-down" title="Search settings..."> </span></div> </div> - - <a href="javascript:void(0);" onclick="addSearchEngine();"><img src="images/opensearch.png" style="width: 16px; margin-top: 8px;" id="opensearch" title="Add these MLs as a search engine in your browser"/></a> + </form> <form id="project_select_form"> <select style="float: left; margin-top: 12px; display: none;" id="project_select" onchange='switch_project(this.value);'></select>
