@@ -1,7 +1,7 | |||
|
1 | 1 | <% form_tag({}) do -%> |
|
2 | 2 | <table class="list issues"> |
|
3 | 3 | <thead><tr> |
|
4 |
<th><%= link_to image_tag('toggle_check.png'), {}, :onclick => 'toggleIssuesSelection(t |
|
|
4 | <th><%= link_to image_tag('toggle_check.png'), {}, :onclick => 'toggleIssuesSelection(Element.up(this, "form")); return false;', | |
|
5 | 5 | :title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}" %> |
|
6 | 6 | </th> |
|
7 | 7 | <%= sort_header_tag("#{Issue.table_name}.id", :caption => '#', :default_order => 'desc') %> |
General Comments 0
You need to be logged in to leave comments.
Login now