diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-03-09 18:43:28 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-03-09 18:43:28 +0100 |
commit | 15e0126d8e71df188604ec0bfba245155d1e3beb (patch) | |
tree | 1eecbf1fc5c55080ef86c6851484580a03f4d6d5 /templates/topform.html.ep | |
parent | bab3dafafe324389c932554de3051e7f38f087c5 (diff) |
forms: improve 'Go' button location
Diffstat (limited to 'templates/topform.html.ep')
-rw-r--r-- | templates/topform.html.ep | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/topform.html.ep b/templates/topform.html.ep index fae48cd..f92c283 100644 --- a/templates/topform.html.ep +++ b/templates/topform.html.ep @@ -1,9 +1,8 @@ <div> %= form_for top => begin -%= submit_button 'Go' -<br/> % my $filter_opts = $self->barplot_filters; -Optionale Einschränkungen: +Nach Häufigkeit sortierte Verspätungs- und Qualitätsmeldungen. +Die Einschränkungen sind alle optional. <div class="field"> <div class="desc"> Linie: @@ -45,6 +44,7 @@ Optionale Einschränkungen: und %= text_field 'filter_delay_max', class => 'delay', placeholder => '+∞' Minuten (inklusive). + %= submit_button 'Go' </div> </div> % end |