From 26ac704c081ba6deb60a6763cb5d537f6217b463 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 10 Nov 2013 10:51:01 +0100 Subject: Add hide_opts field to option selection --- cgi/templates/layouts/default.html.ep | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cgi/templates/layouts') diff --git a/cgi/templates/layouts/default.html.ep b/cgi/templates/layouts/default.html.ep index b3bcf5f..f723638 100644 --- a/cgi/templates/layouts/default.html.ep +++ b/cgi/templates/layouts/default.html.ep @@ -283,6 +283,14 @@ %= select_field mode => [['combined' => 'multi'], ['platform' => 'single']] +
+
+ hide input fields +
+
+ %= check_box 'hide_opts' => 1 +
+
% end -- cgit v1.2.3