diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-02-26 21:27:35 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-02-26 21:27:35 +0100 |
commit | 046b1b0f77dccc884033a18a1907d4ca20413c48 (patch) | |
tree | 1b9910d0f339675034cd9fe872d9f1a477c85629 /cgi/templates/layouts | |
parent | d06126063590da2487b2e1664d56136b9e545208 (diff) |
add option to hide delays < 5 minutes
Diffstat (limited to 'cgi/templates/layouts')
-rw-r--r-- | cgi/templates/layouts/default.html.ep | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cgi/templates/layouts/default.html.ep b/cgi/templates/layouts/default.html.ep index 6e46cdc..02b2639 100644 --- a/cgi/templates/layouts/default.html.ep +++ b/cgi/templates/layouts/default.html.ep @@ -214,6 +214,9 @@ <%= text_field 'platforms' %> (optional) <br/> + <%= check_box 'hidelowdelay' => 1 %> + <span class="fielddesc fieldoptional">hide delay < 5 minutes</span> + <br/> <span class="fielddesc fieldoptional">display type</span> <%= select_field mode => [['combined' => 'multi'], ['platform' => 'single']] %> <%= submit_button 'Display' %> |