@@ -1,7 +1,7 | |||||
1 | <% form_tag({}) do -%> |
|
1 | <% form_tag({}) do -%> | |
2 | <table class="list issues"> |
|
2 | <table class="list issues"> | |
3 | <thead><tr> |
|
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 | :title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}" %> |
|
5 | :title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}" %> | |
6 | </th> |
|
6 | </th> | |
7 | <%= sort_header_tag("#{Issue.table_name}.id", :caption => '#', :default_order => 'desc') %> |
|
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