]> source.dussan.org Git - redmine.git/commitdiff
Date selection for Activity page (#1422).
authorGo MAEDA <maeda@farend.jp>
Thu, 18 Jun 2020 02:49:30 +0000 (02:49 +0000)
committerGo MAEDA <maeda@farend.jp>
Thu, 18 Jun 2020 02:49:30 +0000 (02:49 +0000)
Patch by Mizuki ISHIKAWA.

git-svn-id: http://svn.redmine.org/redmine/trunk@19828 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/activities/index.html.erb
config/locales/en.yml
config/locales/ja.yml

index 64f7f6a850b2ebdd649e979fee51e433006a691c..f71266004f8303782fc62b7f22c22e463cc703e4 100644 (file)
 <% content_for :sidebar do %>
 <%= form_tag({}, :method => :get, :id => 'activity_scope_form') do %>
 <h3><%= l(:label_activity) %></h3>
+<p>
+  <%= t(:label_days_to_html, :days => @days, :date => date_field_tag('from', '', :value => (@date_to - 1), :size => 10)) %>
+  <%= calendar_for('from') %>
+</p>
 <ul>
 <% @activity.event_types.each do |t| %>
   <li>
@@ -48,7 +52,6 @@
     <p><label><%= check_box_tag 'with_subprojects', 1, @with_subprojects %> <%=l(:label_subproject_plural)%></label></p>
 <% end %>
 <%= hidden_field_tag('user_id', params[:user_id]) unless params[:user_id].blank? %>
-<%= hidden_field_tag('from', params[:from]) unless params[:from].blank? %>
 <p><%= submit_tag l(:button_apply), :class => 'button-small', :name => 'submit' %></p>
 <% end %>
 <% end %>
index 0836d2593d18f262aafe7be1a62df8391ad268b9..c3f4925cdb20e244434de7f6e6ebbd9f09a5a8fc 100644 (file)
@@ -945,6 +945,7 @@ en:
   label_ascending: Ascending
   label_descending: Descending
   label_date_from_to: From %{start} to %{end}
+  label_days_to_html: "%{days} days up to %{date}"
   label_wiki_content_added: Wiki page added
   label_wiki_content_updated: Wiki page updated
   label_group: Group
index 17fd98e803ba4ba785679d57944cf6918a9bc53f..a972bc005a6b5bcbe0a2c60c09ee80934f6eeb46 100644 (file)
@@ -793,6 +793,7 @@ ja:
   label_ascending: 昇順
   label_descending: 降順
   label_date_from_to: "%{start}から%{end}まで"
+  label_days_to_html: "%{date} までの%{days}日間"
   label_wiki_content_added: Wikiページの追加
   label_wiki_content_updated: Wikiページの更新
   label_group: グループ