summaryrefslogtreecommitdiffstats
path: root/app/views/timelog
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2014-01-11 11:12:03 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2014-01-11 11:12:03 +0000
commit2db3338ab22ffbccb69b51c97baeba51646ac1e3 (patch)
treeaaef43f906ba9ef1ba13bba7434c34262531dbc0 /app/views/timelog
parent2a8ae016c566aa3c48f8eb1a310be39d20bcf3dc (diff)
downloadredmine-2db3338ab22ffbccb69b51c97baeba51646ac1e3.tar.gz
redmine-2db3338ab22ffbccb69b51c97baeba51646ac1e3.zip
Wrap filters, options and buttons with extra div (#15362).
git-svn-id: http://svn.redmine.org/redmine/trunk@12645 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/timelog')
-rw-r--r--app/views/timelog/_date_range.html.erb8
1 files changed, 5 insertions, 3 deletions
diff --git a/app/views/timelog/_date_range.html.erb b/app/views/timelog/_date_range.html.erb
index a889f160c..2b3dbf268 100644
--- a/app/views/timelog/_date_range.html.erb
+++ b/app/views/timelog/_date_range.html.erb
@@ -1,4 +1,5 @@
-<div id="query_form_content" class="hide-when-print">
+<div id="query_form_with_buttons" class="hide-when-print">
+<div id="query_form_content">
<fieldset id="filters" class="collapsible <%= @query.new_record? ? "" : "collapsed" %>">
<legend onclick="toggleFieldset(this);"><%= l(:label_filter_plural) %></legend>
<div style="<%= @query.new_record? ? "" : "display: none;" %>">
@@ -18,12 +19,13 @@
</fieldset>
</div>
-<p class="buttons hide-when-print">
+<p class="buttons">
<%= link_to_function l(:button_apply), 'submit_query_form("query_form")', :class => 'icon icon-checked' %>
<%= link_to l(:button_clear), {:project_id => @project, :issue_id => @issue}, :class => 'icon icon-reload' %>
</p>
+</div>
-<div class="tabs">
+<div class="tabs hide-when-print">
<% query_params = params.slice(:f, :op, :v, :sort) %>
<ul>
<li><%= link_to(l(:label_details), query_params.merge({:controller => 'timelog', :action => 'index', :project_id => @project, :issue_id => @issue }),