diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-01-20 12:55:09 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-01-20 12:55:09 +0000 |
commit | 253197c598fc50370db9672dc73e1d6a074aa7f7 (patch) | |
tree | 7c9a86ed2d30a09ecc026086b28f3515c022b858 /app/views/gantts/show.html.erb | |
parent | cf8182e1bc626f45ddd8a4a0108d58d4fed1c5c4 (diff) | |
download | redmine-253197c598fc50370db9672dc73e1d6a074aa7f7.tar.gz redmine-253197c598fc50370db9672dc73e1d6a074aa7f7.zip |
Changed fieldset legend and make it hidden by default like on the issue list (#12122).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11215 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/gantts/show.html.erb')
-rw-r--r-- | app/views/gantts/show.html.erb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/gantts/show.html.erb b/app/views/gantts/show.html.erb index 6f50d0575..ce40625cb 100644 --- a/app/views/gantts/show.html.erb +++ b/app/views/gantts/show.html.erb @@ -12,9 +12,9 @@ <%= render :partial => 'queries/filters', :locals => {:query => @query} %> </div> </fieldset> -<fieldset class="collapsible"> - <legend onclick="toggleFieldset(this);"><%= l(:label_display) %></legend> - <div> +<fieldset class="collapsible collapsed"> + <legend onclick="toggleFieldset(this);"><%= l(:label_options) %></legend> + <div style="display: none;"> <table> <tr> <td> |