summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2013-11-10 10:51:01 +0100
committerDaniel Friesel <derf@finalrewind.org>2013-11-10 10:51:01 +0100
commit26ac704c081ba6deb60a6763cb5d537f6217b463 (patch)
treecb6aba654fb6bf18c9a414dd07711c3fbd2a0d65
parentc70d92becda1cb35f7efe60ef1fbc196d90fb5fa (diff)
Add hide_opts field to option selection
-rw-r--r--cgi/templates/layouts/default.html.ep8
1 files changed, 8 insertions, 0 deletions
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']]
</div>
</div>
+ <div class="field">
+ <div class="desc">
+ hide input fields
+ </div>
+ <div>
+ %= check_box 'hide_opts' => 1
+ </div>
+ </div>
</div>
% end