diff --git a/app/views/issues/_list.rhtml b/app/views/issues/_list.rhtml index 000f79853..b42357894 100644 --- a/app/views/issues/_list.rhtml +++ b/app/views/issues/_list.rhtml @@ -1,7 +1,7 @@ <% form_tag({}) do -%>
<%= link_to image_tag('toggle_check.png'), {}, :onclick => 'toggleIssuesSelection(this.up("form")); return false;', + | <%= link_to image_tag('toggle_check.png'), {}, :onclick => 'toggleIssuesSelection(Element.up(this, "form")); return false;', :title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}" %> | <%= sort_header_tag("#{Issue.table_name}.id", :caption => '#', :default_order => 'desc') %>
---|