diff --git a/app/views/cost_objects/_list.rhtml b/app/views/cost_objects/_list.rhtml index db0c1e1885..33d5c6e511 100644 --- a/app/views/cost_objects/_list.rhtml +++ b/app/views/cost_objects/_list.rhtml @@ -2,7 +2,7 @@ - <%= sort_header_tag("id", :caption => '#', :default_order => 'desc') %>
<%= link_to image_tag('toggle_check.png'), {}, :onclick => 'toggleIssuesSelection(Element.up(this, "form")); return false;', + <%= link_to image_tag('check.png'), {}, :onclick => 'toggleIssuesSelection(Element.up(this, "form")); return false;', :title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}" %>