mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Added 'export to:' on find page
SVN revision: 2147
This commit is contained in:
parent
3265673386
commit
6f4222efbf
@ -11421,6 +11421,8 @@ void show_find_form(LOGBOOK * lbs)
|
|||||||
rsprintf("<input type=radio id=\"threaded\" name=\"mode\" value=\"threaded\">");
|
rsprintf("<input type=radio id=\"threaded\" name=\"mode\" value=\"threaded\">");
|
||||||
rsprintf("<label for=\"threaded\">%s </label>\n", loc("Display threads"));
|
rsprintf("<label for=\"threaded\">%s </label>\n", loc("Display threads"));
|
||||||
|
|
||||||
|
rsprintf("<b>%s:</b> ", loc("Export to"));
|
||||||
|
|
||||||
if (strieq(mode, "CSV1"))
|
if (strieq(mode, "CSV1"))
|
||||||
rsprintf("<input type=radio id=\"CSV1\" name=\"mode\" value=\"CSV1\" checked>");
|
rsprintf("<input type=radio id=\"CSV1\" name=\"mode\" value=\"CSV1\" checked>");
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user