Port id selectors to the main issues list

This commit is contained in:
Eric Davis 2011-03-05 20:28:51 -08:00
parent 13f57032c1
commit cff91d8cf0
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<%= hidden_field_tag 'back_url', url_for(params) %>
<div class="autoscroll">
<table class="list issues">
<thead><tr>
<thead><tr id="issue-header">
<th class="checkbox hide-when-print"><%= link_to image_tag('toggle_check.png'), {}, :onclick => 'toggleIssuesSelection(Element.up(this, "form")); return false;',
:title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}" %>
</th>
@ -12,7 +12,7 @@
<% end %>
</tr></thead>
<% previous_group = false %>
<tbody>
<tbody id="issue-list-body">
<% issue_list(issues) do |issue, level| -%>
<% if @query.grouped? && (group = @query.group_by_column.value(issue)) != previous_group %>
<% reset_cycle %>