##// END OF EJS Templates
Add predefined date ranges to the time report in the same way as the details view (closes #972). It nows defaults to 'All time'....
Add predefined date ranges to the time report in the same way as the details view (closes #972). It nows defaults to 'All time'. This patch also fixes time report periods (columns) computation. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1318 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r773:514cdacc87e6
r1303:043cb37b161d
Show More
edit.rhtml
6 lines | 253 B | text/html+ruby | RhtmlLexer
Jean-Philippe Lang
"queries" branch merged...
r92 <h2><%= l(:label_query) %></h2>
Jean-Philippe Lang
Custom query columns: checkboxes replaced by two selects that let the user specify columns order....
r773 <% form_tag({:action => 'edit', :id => @query}, :onsubmit => 'selectAllOptions("selected_columns");') do %>
Jean-Philippe Lang
"queries" branch merged...
r92 <%= render :partial => 'form', :locals => {:query => @query} %>
<%= submit_tag l(:button_save) %>
Jean-Philippe Lang
Added per user custom queries....
r563 <% end %>