|
|
@ -9,11 +9,9 @@
|
|
|
|
<%= render :partial => 'queries/filters', :locals => {:query => @query} %>
|
|
|
|
<%= render :partial => 'queries/filters', :locals => {:query => @query} %>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</fieldset>
|
|
|
|
</fieldset>
|
|
|
|
|
|
|
|
|
|
|
|
<p style="float:right;">
|
|
|
|
<p style="float:right;">
|
|
|
|
<%= link_to_previous_month(@year, @month) %> | <%= link_to_next_month(@year, @month) %>
|
|
|
|
<%= link_to_previous_month(@year, @month) %> | <%= link_to_next_month(@year, @month) %>
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
<p class="buttons">
|
|
|
|
<p class="buttons">
|
|
|
|
<%= label_tag('month', l(:label_month)) %>
|
|
|
|
<%= label_tag('month', l(:label_month)) %>
|
|
|
|
<%= select_month(@month, :prefix => "month", :discard_type => true) %>
|
|
|
|
<%= select_month(@month, :prefix => "month", :discard_type => true) %>
|
|
|
@ -28,7 +26,6 @@
|
|
|
|
<%= error_messages_for 'query' %>
|
|
|
|
<%= error_messages_for 'query' %>
|
|
|
|
<% if @query.valid? %>
|
|
|
|
<% if @query.valid? %>
|
|
|
|
<%= render :partial => 'common/calendar', :locals => {:calendar => @calendar} %>
|
|
|
|
<%= render :partial => 'common/calendar', :locals => {:calendar => @calendar} %>
|
|
|
|
|
|
|
|
|
|
|
|
<p class="legend cal">
|
|
|
|
<p class="legend cal">
|
|
|
|
<span class="starting"><%= l(:text_tip_issue_begin_day) %></span>
|
|
|
|
<span class="starting"><%= l(:text_tip_issue_begin_day) %></span>
|
|
|
|
<span class="ending"><%= l(:text_tip_issue_end_day) %></span>
|
|
|
|
<span class="ending"><%= l(:text_tip_issue_end_day) %></span>
|
|
|
|