fixes image on budget table header

pull/6827/head
Jens Ulferts 12 years ago
parent 03fed796f6
commit a9718fd122
  1. 2
      app/views/cost_objects/_list.rhtml

@ -2,7 +2,7 @@
<table class="list cost_objects"> <table class="list cost_objects">
<thead><tr> <thead><tr>
<th><%= link_to image_tag('toggle_check.png'), {}, :onclick => 'toggleIssuesSelection(Element.up(this, "form")); return false;', <th><%= link_to image_tag('check.png'), {}, :onclick => 'toggleIssuesSelection(Element.up(this, "form")); return false;',
:title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}" %> :title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}" %>
</th> </th>
<%= sort_header_tag("id", :caption => '#', :default_order => 'desc') %> <%= sort_header_tag("id", :caption => '#', :default_order => 'desc') %>

Loading…
Cancel
Save