From 046b1b0f77dccc884033a18a1907d4ca20413c48 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 26 Feb 2013 21:27:35 +0100 Subject: add option to hide delays < 5 minutes --- cgi/templates/layouts/default.html.ep | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cgi/templates/layouts') 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)
+ <%= check_box 'hidelowdelay' => 1 %> + hide delay < 5 minutes +
display type <%= select_field mode => [['combined' => 'multi'], ['platform' => 'single']] %> <%= submit_button 'Display' %> -- cgit v1.2.3