##// END OF EJS Templates
Change the tick image and replace the issue selection pencil with a small tick....
Jean-Philippe Lang -
r1261:0cccce0c4327
parent child
Show More
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
@@ -1,7 +1,8
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('edit.png'), {}, :onclick => 'toggleIssuesSelection(this.up("form")); return false;' %>
4 <th><%= link_to image_tag('toggle_check.png'), {}, :onclick => 'toggleIssuesSelection(this.up("form")); return false;',
5 :title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}" %>
5 </th>
6 </th>
6 <%= sort_header_tag("#{Issue.table_name}.id", :caption => '#', :default_order => 'desc') %>
7 <%= sort_header_tag("#{Issue.table_name}.id", :caption => '#', :default_order => 'desc') %>
7 <% query.columns.each do |column| %>
8 <% query.columns.each do |column| %>
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
General Comments 0
You need to be logged in to leave comments. Login now