Added search button for quick filters for MSIE

SVN revision: 1970
This commit is contained in:
2007-11-29 11:20:39 +00:00
parent 6a16e3830e
commit b4aa19dab4
+4
View File
@@ -17567,6 +17567,10 @@ void show_page_filters(LOGBOOK * lbs, int n_msg, int page_n, BOOL mode_commands,
rsprintf("<noscript>\n");
rsprintf("<input type=submit value=\"%s\">\n", loc("Search"));
rsprintf("</noscript>\n");
/* show submit button for IE (otherwise <Return> will not work) */
if (strstr(browser, "MSIE"))
rsprintf("<input type=submit value=\"%s\">\n", loc("Search"));
}
rsprintf("&nbsp;<b>%d %s</b>&nbsp;", n_msg, loc("Entries"));