mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Added search button for quick filters for MSIE
SVN revision: 1970
This commit is contained in:
parent
6a16e3830e
commit
b4aa19dab4
@ -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(" <b>%d %s</b> ", n_msg, loc("Entries"));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user