summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/issues/_list.rhtml3
-rw-r--r--public/images/toggle_check.pngbin0 -> 318 bytes
-rw-r--r--public/images/true.pngbin1094 -> 365 bytes
3 files changed, 2 insertions, 1 deletions
diff --git a/app/views/issues/_list.rhtml b/app/views/issues/_list.rhtml
index 91390ac67..000f79853 100644
--- a/app/views/issues/_list.rhtml
+++ b/app/views/issues/_list.rhtml
@@ -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| %>
diff --git a/public/images/toggle_check.png b/public/images/toggle_check.png
new file mode 100644
index 000000000..aca5e4321
--- /dev/null
+++ b/public/images/toggle_check.png
Binary files differ
diff --git a/public/images/true.png b/public/images/true.png
index 7cac1eb8c..cecf618d8 100644
--- a/public/images/true.png
+++ b/public/images/true.png
Binary files differ