From: Jean-Philippe Lang Date: Sun, 22 Jun 2008 14:35:56 +0000 (+0000) Subject: Use new image instead of expand.png X-Git-Tag: 0.8.0-RC1~421 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c107fee54e453cf35081ee5046b878ac719333b0;p=redmine.git Use new image instead of expand.png git-svn-id: http://redmine.rubyforge.org/svn/trunk@1573 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/queries/_filters.rhtml b/app/views/queries/_filters.rhtml index ec9d4fef6..c9d612364 100644 --- a/app/views/queries/_filters.rhtml +++ b/app/views/queries/_filters.rhtml @@ -78,7 +78,7 @@ function toggle_multi_select(field) { - <%= link_to_function image_tag('expand.png'), "toggle_multi_select('#{field}');" %> + <%= link_to_function image_tag('bullet_toggle_plus.png'), "toggle_multi_select('#{field}');", :style => "vertical-align: bottom;" %> <% when :date, :date_past %> <%= text_field_tag "values[#{field}][]", query.values_for(field), :id => "values_#{field}", :size => 3, :class => "select-small" %> <%= l(:label_day_plural) %> <% when :string, :text %> diff --git a/public/images/expand.png b/public/images/expand.png deleted file mode 100644 index 3e3aaa441..000000000 Binary files a/public/images/expand.png and /dev/null differ