diff options
| -rw-r--r-- | cgi/templates/layouts/default.html.ep | 8 | 
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  | 
