diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-03-19 09:07:08 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-03-19 09:07:08 +0000 |
commit | a0a7e9d00179524b4c6242e638ced5e3674accd3 (patch) | |
tree | 6f41854e91eaa2323ea0df65bf2d439d16865393 /app/views/gantts | |
parent | 39a3ffd0695841d5a007813e84829a7739ffcb4a (diff) | |
download | redmine-a0a7e9d00179524b4c6242e638ced5e3674accd3.tar.gz redmine-a0a7e9d00179524b4c6242e638ced5e3674accd3.zip |
Add id and class for easier styling of query filters (#22018).
Patch by Felix Schäfer.
git-svn-id: http://svn.redmine.org/redmine/trunk@15255 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/gantts')
-rw-r--r-- | app/views/gantts/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/gantts/show.html.erb b/app/views/gantts/show.html.erb index dc89b2090..070a0def6 100644 --- a/app/views/gantts/show.html.erb +++ b/app/views/gantts/show.html.erb @@ -20,7 +20,7 @@ <%= render :partial => 'queries/filters', :locals => {:query => @query} %> </div> </fieldset> -<fieldset class="collapsible collapsed"> +<fieldset id="options" class="collapsible collapsed"> <legend onclick="toggleFieldset(this);"><%= l(:label_options) %></legend> <div style="display: none;"> <table> |