diff --git a/src/elogd.c b/src/elogd.c
index d1278467..b0f26173 100755
--- a/src/elogd.c
+++ b/src/elogd.c
@@ -17567,6 +17567,10 @@ void show_page_filters(LOGBOOK * lbs, int n_msg, int page_n, BOOL mode_commands,
rsprintf("\n");
+
+ /* show submit button for IE (otherwise will not work) */
+ if (strstr(browser, "MSIE"))
+ rsprintf("\n", loc("Search"));
}
rsprintf(" %d %s ", n_msg, loc("Entries"));