Browse Source

Change the tick image and replace the issue selection pencil with a small tick.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1276 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/0.7.0-RC1
Jean-Philippe Lang 16 years ago
parent
commit
0cccce0c43
3 changed files with 2 additions and 1 deletions
  1. 2
    1
      app/views/issues/_list.rhtml
  2. BIN
      public/images/toggle_check.png
  3. BIN
      public/images/true.png

+ 2
- 1
app/views/issues/_list.rhtml View File

@@ -1,7 +1,8 @@
<% form_tag({}) do -%>
<table class="list issues">
<thead><tr>
<th><%= link_to image_tag('edit.png'), {}, :onclick => 'toggleIssuesSelection(this.up("form")); return false;' %>
<th><%= link_to image_tag('toggle_check.png'), {}, :onclick => 'toggleIssuesSelection(this.up("form")); return false;',
:title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}" %>
</th>
<%= sort_header_tag("#{Issue.table_name}.id", :caption => '#', :default_order => 'desc') %>
<% query.columns.each do |column| %>

BIN
public/images/toggle_check.png View File


BIN
public/images/true.png View File


Loading…
Cancel
Save