# File app/helpers/application_helper.rb, line 45
  def icon_trash
    image_tag 'trash.png', :border => 0, :alt => _('-'), :size => '16x16'
  end