Download form improvements (#9180)

* make download form clearer

* revert changes related to ongoing flag
This commit is contained in:
Konstantinos07 2021-06-15 21:34:17 +03:00 committed by GitHub
parent 2d73796e8a
commit 2b0e291745
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,7 +105,13 @@ object download {
)
private def analysis(implicit ctx: Context): Frag = tr(
th(label(`for` := "dl-analysis")(trans.search.analysis())),
th(
label(`for` := "dl-analysis")(
trans.search.analysis(),
" ",
span(cls := "help", title := trans.search.onlyAnalysed.txt())("(?)")
)
),
td(cls := "single")(
select(id := "dl-analysis", name := "analysed")(
option(value := ""),