|
|
|
@ -52,16 +52,20 @@
|
|
|
|
|
</div>
|
|
|
|
|
</fieldset>
|
|
|
|
|
</div>
|
|
|
|
|
<p class="buttons hide-when-print">
|
|
|
|
|
<div class="buttons hide-when-print">
|
|
|
|
|
|
|
|
|
|
<%= link_to_function l(:label_issue_query), 'submit_query_form("query_form")', :class => 'icon icon-checked' %>
|
|
|
|
|
<%= link_to l(:label_issue_cancel_query), { :set_filter => 1, :project_id => @project }, :class => 'icon icon-reload' %>
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<%= error_messages_for 'query' %>
|
|
|
|
|
<% if @query.valid? %>
|
|
|
|
|
<% if @issues.empty? %>
|
|
|
|
|
<table>
|
|
|
|
|
<tr><td>
|
|
|
|
|
<p class="nodata">
|
|
|
|
|
<%= l(:label_no_data) %>
|
|
|
|
|
</p>
|
|
|
|
@ -72,14 +76,15 @@
|
|
|
|
|
<ul>
|
|
|
|
|
<%= pagination_links_full @issue_pages, @issue_count %>
|
|
|
|
|
<ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<% end %>
|
|
|
|
|
</td></tr>
|
|
|
|
|
<tr><td>
|
|
|
|
|
|
|
|
|
|
</td></tr>
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<% other_formats_links do |f| %>
|
|
|
|
|
<%= f.link_to 'Atom', :url => params.merge(:key => User.current.rss_key) %>
|
|
|
|
|
<%= f.link_to 'CSV', :url => params, :onclick => "showModal('csv-export-options', '330px'); return false;" %>
|
|
|
|
|
<%= f.link_to 'PDF', :url => params %>
|
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
|
|
<div id="csv-export-options" style="display:none;">
|
|
|
|
|
<h3 class="title"><%= l(:label_export_options, :export_format => 'CSV') %></h3>
|
|
|
|
|