]> source.dussan.org Git - redmine.git/commitdiff
Change the tick image and replace the issue selection pencil with a small tick.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 19 Mar 2008 21:39:21 +0000 (21:39 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 19 Mar 2008 21:39:21 +0000 (21:39 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1276 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/_list.rhtml
public/images/toggle_check.png [new file with mode: 0644]
public/images/true.png

index 91390ac67b2031130d08aa64d2046cec35c6ce38..000f798531118cbf9c43c782c7cd012268c702fe 100644 (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| %>
diff --git a/public/images/toggle_check.png b/public/images/toggle_check.png
new file mode 100644 (file)
index 0000000..aca5e43
Binary files /dev/null and b/public/images/toggle_check.png differ
index 7cac1eb8c08c72dc7c3a03f364fe3dc668a4468e..cecf618d8ac756e91a8c92608fad4fef894dd0da 100644 (file)
Binary files a/public/images/true.png and b/public/images/true.png differ