Mercurial > hg > soundsoftware-site
comparison app/views/timelog/_date_range.html.erb @ 1517:dffacf8a6908 redmine-2.5
Update to Redmine SVN revision 13367 on 2.5-stable branch
author | Chris Cannam |
---|---|
date | Tue, 09 Sep 2014 09:29:00 +0100 |
parents | 261b3d9a4903 |
children |
comparison
equal
deleted
inserted
replaced
1516:b450a9d58aed | 1517:dffacf8a6908 |
---|---|
1 <div id="query_form_content" class="hide-when-print"> | 1 <div id="query_form_with_buttons" class="hide-when-print"> |
2 <div id="query_form_content"> | |
2 <fieldset id="filters" class="collapsible <%= @query.new_record? ? "" : "collapsed" %>"> | 3 <fieldset id="filters" class="collapsible <%= @query.new_record? ? "" : "collapsed" %>"> |
3 <legend onclick="toggleFieldset(this);"><%= l(:label_filter_plural) %></legend> | 4 <legend onclick="toggleFieldset(this);"><%= l(:label_filter_plural) %></legend> |
4 <div style="<%= @query.new_record? ? "" : "display: none;" %>"> | 5 <div style="<%= @query.new_record? ? "" : "display: none;" %>"> |
5 <%= render :partial => 'queries/filters', :locals => {:query => @query} %> | 6 <%= render :partial => 'queries/filters', :locals => {:query => @query} %> |
6 </div> | 7 </div> |
16 </table> | 17 </table> |
17 </div> | 18 </div> |
18 </fieldset> | 19 </fieldset> |
19 </div> | 20 </div> |
20 | 21 |
21 <p class="buttons hide-when-print"> | 22 <p class="buttons"> |
22 <%= link_to_function l(:button_apply), 'submit_query_form("query_form")', :class => 'icon icon-checked' %> | 23 <%= link_to_function l(:button_apply), 'submit_query_form("query_form")', :class => 'icon icon-checked' %> |
23 <%= link_to l(:button_clear), {:project_id => @project, :issue_id => @issue}, :class => 'icon icon-reload' %> | 24 <%= link_to l(:button_clear), {:project_id => @project, :issue_id => @issue}, :class => 'icon icon-reload' %> |
24 </p> | 25 </p> |
26 </div> | |
25 | 27 |
26 <div class="tabs"> | 28 <div class="tabs hide-when-print"> |
27 <% query_params = params.slice(:f, :op, :v, :sort) %> | 29 <% query_params = params.slice(:f, :op, :v, :sort) %> |
28 <ul> | 30 <ul> |
29 <li><%= link_to(l(:label_details), query_params.merge({:controller => 'timelog', :action => 'index', :project_id => @project, :issue_id => @issue }), | 31 <li><%= link_to(l(:label_details), query_params.merge({:controller => 'timelog', :action => 'index', :project_id => @project, :issue_id => @issue }), |
30 :class => (action_name == 'index' ? 'selected' : nil)) %></li> | 32 :class => (action_name == 'index' ? 'selected' : nil)) %></li> |
31 <li><%= link_to(l(:label_report), query_params.merge({:controller => 'timelog', :action => 'report', :project_id => @project, :issue_id => @issue}), | 33 <li><%= link_to(l(:label_report), query_params.merge({:controller => 'timelog', :action => 'report', :project_id => @project, :issue_id => @issue}), |